projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ed270
)
Fixed Mat::channels() brief documentation (ticket #1064)
author
Ilya Lysenkov
<no@email>
Tue, 7 Jun 2011 10:52:24 +0000
(10:52 +0000)
committer
Ilya Lysenkov
<no@email>
Tue, 7 Jun 2011 10:52:24 +0000
(10:52 +0000)
modules/core/doc/basic_structures.rst
patch
|
blob
|
history
diff --git
a/modules/core/doc/basic_structures.rst
b/modules/core/doc/basic_structures.rst
index
c60d88d
..
c3349ec
100644
(file)
--- 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.