From 6d288978ab385d1959a6050d547ac5b75612b829 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Thu, 21 Jul 2011 19:05:21 +0000 Subject: [PATCH] Fixed typo --- modules/core/doc/basic_structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/doc/basic_structures.rst b/modules/core/doc/basic_structures.rst index 1fd60a64df..a250546c2e 100644 --- a/modules/core/doc/basic_structures.rst +++ b/modules/core/doc/basic_structures.rst @@ -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.