ImageTColor, TDepthCopy Method |
http://www.emgu.com Make a copy of the image, if ROI is set, only copy the ROI
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, TDepth> Copy()
Public Function Copy As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Copy()
member Copy : unit -> Image<'TColor, 'TDepth>
Return Value
Type:
ImageTColor,
TDepth A copy of the image
See Also