Click or drag to resize

VectorOfSByte Constructor (IEnumerableSByte)

Initializes a new instance of the VectorOfSByte class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public VectorOfSByte(
	IEnumerable<sbyte> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableSByte

[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfSByte.#ctor(System.Collections.Generic.IEnumerable{System.SByte})"]

See Also