Fixed Mat::channels() brief documentation (ticket #1064)

This commit is contained in:
Ilya Lysenkov 2011-06-07 10:52:24 +00:00
parent 65ed270790
commit fe5784957c

View File

@ -1895,7 +1895,7 @@ Mat::channels
----------------- -----------------
.. cpp:function:: int Mat::channels(void) const .. 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. The method returns the number of matrix channels.