Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec3w(
ushort item0,
ushort item1,
ushort item2
)
Public Sub New (
item0 As UShort,
item1 As UShort,
item2 As UShort
)
public:
Vec3w(
unsigned short item0,
unsigned short item1,
unsigned short item2
)
new :
item0 : uint16 *
item1 : uint16 *
item2 : uint16 -> Vec3w
OpenCvSharp.Vec3w = function(item0, item1, item2);
Parameters
- item0
- Type: SystemUInt16
- item1
- Type: SystemUInt16
- item2
- Type: SystemUInt16
See Also