Click or drag to resize

MatrixTDepthClone Method

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
Syntax
public virtual Matrix<TDepth> Clone()

Return Value

Type: MatrixTDepth
A copy if this matrix
See Also