Make a copy of this matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public virtual Matrix<TDepth> Clone()
Visual Basic (Declaration)
Public Overridable Function Clone As Matrix(Of TDepth)
Visual C++
public:
virtual Matrix<TDepth>^ Clone()

Return Value

A copy if this matrix

See Also