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: 3.1.0.2282 (3.1.0.2282)
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