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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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