Click or drag to resize

VectorOfByte Constructor (IEnumerableByte)

Initializes a new instance of the VectorOfByte class

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

Parameters

data
Type: System.Collections.GenericIEnumerableByte
See Also