Table of Contents

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

startCol int

An inclusive 0-based start index of the column span.

endCol int

An exclusive 0-based ending index of the column span.

Returns

Mat

ColRange(Range)

Creates a matrix header for the specified column span.

public Mat ColRange(Range range)

Parameters

range Range

Returns

Mat

ColRange(Range)

Creates a matrix header for the specified column span.

public Mat ColRange(Range range)

Parameters

range Range

Returns

Mat