Method ColRange
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ColRange(int, int)
Creates a matrix header for the specified column span.
public Mat ColRange(int startCol, int endCol)
Parameters
startColintAn inclusive 0-based start index of the column span.
endColintAn exclusive 0-based ending index of the column span.
Returns
ColRange(Range)
Creates a matrix header for the specified column span.
public Mat ColRange(Range range)
Parameters
rangeRange
Returns
ColRange(Range)
Creates a matrix header for the specified column span.
public Mat ColRange(Range range)
Parameters
rangeRange