Click or drag to resize

Vec3s Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Vec3s(
	short item0,
	short item1,
	short item2
)

Parameters

item0
Type: SystemInt16
item1
Type: SystemInt16
item2
Type: SystemInt16
See Also