Click or drag to resize
MapTColor, TDepthCopy Method
http://www.emgu.com
Overload List
  NameDescription
Public methodCopy
Make a copy of the image, if ROI is set, only copy the ROI
(Inherited from ImageTColor, TDepth.)
Public methodCopy(Rectangle)
Make a copy of the specific ROI (Region of Interest) from the image
(Inherited from ImageTColor, TDepth.)
Public methodCopy(RectangleF)
Get a copy of the map in the specific area
Public methodCopy(ImageGray, Byte)
Make a copy of the image using a mask, if ROI is set, only copy the ROI
(Inherited from ImageTColor, TDepth.)
Public methodCopy(RotatedRect)
Get a copy of the boxed region of the image
(Inherited from ImageTColor, TDepth.)
Public methodCopy(ImageTColor, TDepth, ImageGray, Byte)
Copy the masked area of this image to destination
(Inherited from ImageTColor, TDepth.)
Top
See Also