Ellipse Constructor (RotatedRect) |
http://www.emgu.com
Create an ellipse from the specific RotatedRect
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic Ellipse(
RotatedRect box2d
)
Public Sub New (
box2d As RotatedRect
)
public:
Ellipse(
RotatedRect^ box2d
)
new :
box2d : RotatedRect -> Ellipse
Parameters
- box2d
- Type: Emgu.CV.StructureRotatedRect
The RotatedRect representation of this ellipse
See Also