CvArrGetRows Method (Int32, Int32) OpenCvSharp Class Library
Returns array row span

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvMat GetRows(
	int startRow,
	int endRow
)

Parameters

startRow
Type: SystemInt32
Zero-based index of the starting row (inclusive) of the span.
endRow
Type: SystemInt32
Zero-based index of the ending row (exclusive) of the span.

Return Value

Type: CvMat

[Missing <returns> documentation for "M:OpenCvSharp.CvArr.GetRows(System.Int32,System.Int32)"]

See Also

Reference