Click or drag to resize

MatRowColIndexerItem Property (Int32)

Creates/Sets a matrix header for the specified matrix row/column.

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

Parameters

pos
Type: SystemInt32

Return Value

Type: Mat
See Also