Fix typo: datastructure should be two words

This commit is contained in:
The Alchemist 2016-10-26 22:32:27 -04:00 committed by GitHub
parent ffc3625c26
commit cfd37e4834

View File

@ -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