Click or drag to resize

MatOfDouble3IndexerItem Property (Int32)

1-dimensional indexer

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

Parameters

i0
Type: SystemInt32
Index along the dimension 0

Return Value

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