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