Click or drag to resize

MatGetDataPointer Method

http://www.emgu.com
Get a pointer to the raw data given the specific index

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public IntPtr GetDataPointer(
	params int[] index
)

Parameters

index
Type: SystemInt32
The index to the Mat data

Return Value

Type: IntPtr
A pointer to the raw data given the specific index
See Also