MatOfUShortIndexerItem Property (Int32)
|
n-dimensional indexer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic override ushort this[
params int[] idx
] { get; set; }
Public Overrides Default Property Item (
ParamArray idx As Integer()
) As UShort
Get
Set
public:
virtual property unsigned short default[... array<int>^ idx] {
unsigned short get (... array<int>^ idx) override;
void set (... array<int>^ idx, unsigned short value) override;
}
abstract Item : uint16 with get, set
override Item : uint16 with get, set
function get_Item(... idx);
function set_Item(value);
Parameters
- idx
- Type: SystemInt32
Array of Mat::dims indices.
Return Value
Type:
UInt16A value to the specified array element.
See Also