From fe5784957c1d961c64f45e70376212f4bef1a348 Mon Sep 17 00:00:00 2001 From: Ilya Lysenkov Date: Tue, 7 Jun 2011 10:52:24 +0000 Subject: [PATCH] Fixed Mat::channels() brief documentation (ticket #1064) --- 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 c60d88dadf..c3349ec773 100644 --- a/modules/core/doc/basic_structures.rst +++ b/modules/core/doc/basic_structures.rst @@ -1895,7 +1895,7 @@ Mat::channels ----------------- .. cpp:function:: int Mat::channels(void) const - Returns a matrix element depth. + Returns the number of matrix channels. The method returns the number of matrix channels. -- 2.34.1