Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec4s(
short item0,
short item1,
short item2,
short item3
)
Public Sub New (
item0 As Short,
item1 As Short,
item2 As Short,
item3 As Short
)
public:
Vec4s(
short item0,
short item1,
short item2,
short item3
)
new :
item0 : int16 *
item1 : int16 *
item2 : int16 *
item3 : int16 -> Vec4s
OpenCvSharp.Vec4s = function(item0, item1, item2, item3);
Parameters
- item0
- Type: SystemInt16
- item1
- Type: SystemInt16
- item2
- Type: SystemInt16
- item3
- Type: SystemInt16
See Also