GpuMatTDepthToMatrix Method |
http://www.emgu.com
Convert this GpuMat to a Matrix
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Matrix<TDepth> ToMatrix()
Public Function ToMatrix As Matrix(Of TDepth)
public:
Matrix<TDepth>^ ToMatrix()
member ToMatrix : unit -> Matrix<'TDepth>
Return Value
Type:
MatrixTDepthThe matrix that contains the same values as this GpuMat
See Also