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

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

Return Value

Type: MatrixTDepth
A copy if this matrix
See Also