Click or drag to resize

MatClone Method

http://www.emgu.com
Make a clone of the current Mat

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat Clone()

Return Value

Type: Mat
A clone of the current Mat
See Also