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."

pull/1334/head
MarkBelmont 12 years ago
parent 20bf1aa244
commit cf34b3d65b
  1. 2
      modules/core/doc/basic_structures.rst

@ -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…
Cancel
Save