| VectorOfByte Constructor (IEnumerableByte) |
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public VectorOfByte(
IEnumerable<byte> data
)
Public Sub New (
data As IEnumerable(Of Byte)
)
public:
VectorOfByte(
IEnumerable<unsigned char>^ data
)
new :
data : IEnumerable<byte> -> VectorOfByte
Parameters
- data
- Type: System.Collections.GenericIEnumerableByte
[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfByte.#ctor(System.Collections.Generic.IEnumerable{System.Byte})"]
See Also