http://www.emgu.com
Make a copy of this matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic virtual Matrix<TDepth> Clone()
Public Overridable Function Clone As Matrix(Of TDepth)
public:
virtual Matrix<TDepth>^ Clone()
abstract Clone : unit -> Matrix<'TDepth>
override Clone : unit -> Matrix<'TDepth>
Return Value
Type:
MatrixTDepthA copy if this matrix
See Also