Click or drag to resize

GpuMatGetData Method

http://www.emgu.com
Get a copy of the data values as an array

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Array GetData(
	bool jagged = true
)

Parameters

jagged (Optional)
Type: SystemBoolean
If true, a jagged array will returned. Otherwise it will return a regular array.

Return Value

Type: Array
a copy of the data values as an array
See Also