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: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic byte[] GetData(
params int[] indices
)
Public Function GetData (
ParamArray indices As Integer()
) As Byte()
public:
array<unsigned char>^ GetData(
... array<int>^ indices
)
member GetData :
indices : int[] -> byte[]
Parameters
- indices
- Type: SystemInt32
The indices.
Return Value
Type:
Byte[Missing <returns> documentation for "M:Emgu.CV.Mat.GetData(System.Int32[])"]
Exceptions
See Also