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