Documentation for cv::Mat::channels() says "element depth" instead of "channels" (Bug #1064)
Description
The brief documentation for cv::Mat::channels() says:
Returns matrix element depth
whereas the full description says:
The method returns the number of matrix channels.
It should be "channels" in both descriptions.
See http://opencv.willowgarage.com/documentation/cpp/core_basic_structures.html?#Mat::channels
Associated revisions
Fixed Mat::channels() brief documentation (ticket #1064)
Merge pull request #1064 from asmorkalov:winrt_sample_fix
History
Updated by Ilya Lysenkov almost 14 years ago
Thanks! Fixed in -r5371.
- Status changed from Open to Done
- (deleted custom field) set to fixed