MatRowExprIndexerItem Property (Int32) OpenCvSharp Class Library
Creates a matrix header for the specified matrix row. [Mat::row]

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 y
] { get; set; }

Parameters

y
Type: SystemInt32
A 0-based row index.

Return Value

Type: MatExpr
See Also

Reference