Table of Contents

Method RowRange

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

RowRange(int, int)

Creates a matrix header for the specified row span.

public Mat RowRange(int startRow, int endRow)

Parameters

startRow int
endRow int

Returns

Mat

RowRange(Range)

Creates a matrix header for the specified row span.

public Mat RowRange(Range range)

Parameters

range Range

Returns

Mat

RowRange(Range)

Creates a matrix header for the specified row span.

public Mat RowRange(Range range)

Parameters

range Range

Returns

Mat