http://www.emgu.com
Make a copy of this matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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