Click or drag to resize
GpuMatTDepthToMatrix Method
http://www.emgu.com
Convert this GpuMat to a Matrix

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Matrix<TDepth> ToMatrix()

Return Value

Type: MatrixTDepth
The matrix that contains the same values as this GpuMat
See Also