Merge pull request #1334 from MarkBelmont:bugfix_1

This commit is contained in:
Roman Donchenko 2013-08-23 16:49:51 +04:00 committed by OpenCV Buildbot
commit 3182e68b8a

View File

@ -1292,7 +1292,7 @@ The method makes a new header for the specified row span of the matrix. Similarl
Mat::colRange
-------------
Creates a matrix header for the specified row span.
Creates a matrix header for the specified column span.
.. ocv:function:: Mat Mat::colRange(int startcol, int endcol) const