Click or drag to resize

ImageTColor, TDepthClone Method

http://www.emgu.com
Make a clone of the current image. All image data as well as the COI and ROI are cloned

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public Image<TColor, TDepth> Clone()

Return Value

Type: ImageTColor, TDepth
A clone of the current image. All image data as well as the COI and ROI are cloned
See Also