Click or drag to resize

Vec3i Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Vec3i(
	int item0,
	int item1,
	int item2
)

Parameters

item0
Type: SystemInt32

[Missing <param name="item0"/> documentation for "M:OpenCvSharp.Vec3i.#ctor(System.Int32,System.Int32,System.Int32)"]

item1
Type: SystemInt32

[Missing <param name="item1"/> documentation for "M:OpenCvSharp.Vec3i.#ctor(System.Int32,System.Int32,System.Int32)"]

item2
Type: SystemInt32

[Missing <param name="item2"/> documentation for "M:OpenCvSharp.Vec3i.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also