Click or drag to resize

MatGetRawData Method

http://www.emgu.com
Gets the binary data from the specific indices.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public byte[] GetRawData(
	params int[] indices
)

Parameters

indices
Type: SystemInt32
The indices.

Return Value

Type: Byte
The raw data in byte
Exceptions
ExceptionCondition
NotImplementedExceptionIndices of length more than 2 is not implemented
See Also