Click or drag to resize

MatRowIndexerItem Property (Int32)

Creates a matrix header for the specified matrix row.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public override Mat this[
	int x
] { get; set; }

Parameters

x
Type: SystemInt32
A 0-based row index.

Return Value

Type: Mat
See Also