mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Fix typo: datastructure should be two words
This commit is contained in:
parent
ffc3625c26
commit
cfd37e4834
@ -66,7 +66,7 @@ cv.readImage("./examples/files/mona.png", function(err, im){
|
|||||||
### Matrix
|
### Matrix
|
||||||
|
|
||||||
The [matrix](http://opencv.jp/opencv-2svn_org/cpp/core_basic_structures.html#mat) is the most useful
|
The [matrix](http://opencv.jp/opencv-2svn_org/cpp/core_basic_structures.html#mat) is the most useful
|
||||||
base datastructure in OpenCV. Things like images are just matrices of pixels.
|
base data structure in OpenCV. Things like images are just matrices of pixels.
|
||||||
|
|
||||||
#### Creation
|
#### Creation
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user