http://www.emgu.com
Gets the binary data from the specific indices.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic byte[] GetRawData(
params int[] indices
)
Public Function GetRawData (
ParamArray indices As Integer()
) As Byte()
public:
array<unsigned char>^ GetRawData(
... array<int>^ indices
)
member GetRawData :
indices : int[] -> byte[]
Parameters
- indices
- Type: SystemInt32
The indices.
Return Value
Type:
ByteThe raw data in byte
Exceptions
See Also