mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Merge pull request #1334 from MarkBelmont:bugfix_1
This commit is contained in:
commit
3182e68b8a
@ -1292,7 +1292,7 @@ The method makes a new header for the specified row span of the matrix. Similarl
|
|||||||
|
|
||||||
Mat::colRange
|
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
|
.. ocv:function:: Mat Mat::colRange(int startcol, int endcol) const
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user