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.0.1.3373 (4.0.1.3373)
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