Click or drag to resize

Ellipse Constructor (RotatedRect)

http://www.emgu.com
Create an ellipse from the specific RotatedRect

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Ellipse(
	RotatedRect box2d
)

Parameters

box2d
Type: Emgu.CV.StructureRotatedRect
The RotatedRect representation of this ellipse
See Also