VectorOfSByte Constructor (IEnumerableSByte)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic VectorOfSByte(
IEnumerable<sbyte> data
)
Public Sub New (
data As IEnumerable(Of SByte)
)
public:
VectorOfSByte(
IEnumerable<signed char>^ data
)
new :
data : IEnumerable<sbyte> -> VectorOfSByte
OpenCvSharp.VectorOfSByte = function(data);
Parameters
- data
- Type: System.Collections.GenericIEnumerableSByte
See Also