MatRowExprIndexerItem Property (Int32, Int32) OpenCvSharp Class Library
Creates a matrix header for the specified row span. (Mat::rowRange)

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

public override MatExpr this[
	int startRow,
	int endRow
] { get; set; }

Parameters

startRow
Type: SystemInt32
An inclusive 0-based start index of the row span.
endRow
Type: SystemInt32
An exclusive 0-based ending index of the row span.

Return Value

Type: MatExpr
See Also

Reference