Click or drag to resize
MatClone Method
http://www.emgu.com
Make a clone of the current Mat

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Mat Clone()

Return Value

Type: Mat
A clone fo the current Mat
See Also