n-dimensional indexer
Namespace:
OpenCvSharp.CPlusPlus
Assembly:
OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
public override Vec3d this[
params int[] idx
] { get; set; }
Public Overrides Default Property Item (
ParamArray idx As Integer()
) As Vec3d
Get
Set
public:
virtual property Vec3d default[... array<int>^ idx] {
Vec3d get (... array<int>^ idx) override;
void set (... array<int>^ idx, Vec3d value) override;
}
abstract Item : Vec3d with get, set
override Item : Vec3d with get, set
Parameters
- idx
- Type: SystemInt32
Array of Mat::dims indices.
Return Value
Type:
Vec3dA value to the specified array element.
Reference