Merge pull request #457 from The-Alchemist/patch-1

Fix typo: datastructure should be two words
This commit is contained in:
Dan Schultzer 2016-10-27 11:22:16 -07:00 committed by GitHub
commit 67c459c8e3

View File

@ -66,7 +66,7 @@ cv.readImage("./examples/files/mona.png", function(err, im){
### Matrix
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