1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Fixed typo

This commit is contained in:
Andrey Kamaev
2011-07-21 19:05:21 +00:00
parent eb5e22dd74
commit 6d288978ab
+1 -1
View File
@@ -1497,7 +1497,7 @@ Mat::elemSize1
------------------
Returns the size of each matrix element channel in bytes.
.. ocv:function:: size_t Mat::elemSize() const
.. ocv:function:: size_t Mat::elemSize1() const
The method returns the matrix element channel size in bytes, that is, it ignores the number of channels. For example, if the matrix type is ``CV_16SC3`` , the method returns ``sizeof(short)`` or 2.