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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<TColor, TDepth> Clone()
Public Function Clone As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Clone()
member Clone : unit -> Image<'TColor, 'TDepth>
Return Value
Type:
ImageTColor,
TDepthA clone of the current image. All image data as well as the COI and ROI are cloned
See Also