http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a GpuMat from an CvArray of the same depth type
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuMat( CvArray<TDepth> arr ) |
Visual Basic |
---|
Public Sub New ( _ arr As CvArray(Of TDepth) _ ) |
Visual C++ |
---|
public: GpuMat( CvArray<TDepth>^ arr ) |
Parameters
- arr
- Type: Emgu.CV..::..CvArray<(Of <(<'TDepth>)>)>
The CvArry to be converted to GpuMat