Click or drag to resize

Vec6s Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Vec6s(
	short item0,
	short item1,
	short item2,
	short item3,
	short item4,
	short item5
)

Parameters

item0
Type: SystemInt16

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

item1
Type: SystemInt16

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

item2
Type: SystemInt16

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

item3
Type: SystemInt16

[Missing <param name="item3"/> documentation for "M:OpenCvSharp.Vec6s.#ctor(System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16)"]

item4
Type: SystemInt16

[Missing <param name="item4"/> documentation for "M:OpenCvSharp.Vec6s.#ctor(System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16)"]

item5
Type: SystemInt16

[Missing <param name="item5"/> documentation for "M:OpenCvSharp.Vec6s.#ctor(System.Int16,System.Int16,System.Int16,System.Int16,System.Int16,System.Int16)"]

See Also