Click or drag to resize

Vec3i Constructor

Initializer

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

Parameters

item0
Type: SystemInt32
item1
Type: SystemInt32
item2
Type: SystemInt32
See Also