Click or drag to resize

ImageTColor, TDepthCopy Method (RotatedRect)

http://www.emgu.com
Get a copy of the boxed region of 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(
	RotatedRect box
)

Parameters

box
Type: Emgu.CV.StructureRotatedRect
The boxed region of the image

Return Value

Type: ImageTColor, TDepth
A copy of the boxed region of the image
See Also