Click or drag to resize

MatOfDouble3IndexerItem Property (Int32)

n-dimensional indexer

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

Parameters

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

Return Value

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