Click or drag to resize

MatTElemIndexerItem Property (Int32)

n-dimensional indexer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public override TElem this[
	params int[] idx
] { get; set; }

Parameters

idx
Type: SystemInt32
Array of Mat::dims indices.

Return Value

Type: TElem
A value to the specified array element.
See Also