http://www.emgu.com
Gets the binary data from the specific indices.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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