mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span."
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user