Click or drag to resize

ImageTColor, TDepthCopy Method (Rectangle)

http://www.emgu.com
Make a copy of the specific ROI (Region of Interest) from the image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> Copy(
	Rectangle roi
)

Parameters

roi
Type: System.DrawingRectangle
The roi to be copied

Return Value

Type: ImageTColor, TDepth
The region of interest
See Also