Click or drag to resize

VectorOfSByte Constructor (IEnumerableSByte)

Initializes a new instance of the VectorOfSByte class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public VectorOfSByte(
	IEnumerable<sbyte> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableSByte
See Also