Create a GpuMat from an CvArray of the same depth type

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public GpuMat(
	CvArray<TDepth> arr
)
Public Sub New ( _
	arr As CvArray(Of TDepth) _
)
public:
GpuMat(
	CvArray<TDepth>^ arr
)

Parameters

arr
CvArray<(Of <(<'TDepth>)>)>
The CvArry to be converted to GpuMat

See Also