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