Click or drag to resize
MatrixTDepthClone Method
http://www.emgu.com
Make a copy of this matrix

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

Return Value

Type: MatrixTDepth
A copy if this matrix
See Also