Click or drag to resize

GpuMatTDepth Constructor (IInputArray)

http://www.emgu.com
Create a GpuMat from an CvArray of the same depth type

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public GpuMat(
	IInputArray arr
)

Parameters

arr
Type: Emgu.CVIInputArray
The CvArry to be converted to GpuMat
See Also