Click or drag to resize

Vec2b Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Vec2b(
	byte item0,
	byte item1
)

Parameters

item0
Type: SystemByte

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

item1
Type: SystemByte

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

See Also