EllipseMatch
Information describing a matched ellipse.
Elements
Name | Type | Description |
---|---|---|
position | PointFloat | The location of the center of the matched ellipse. |
rotation | double | The orientation of the matched ellipse. |
majorRadius | double | The length of the semi-major axis of the matched ellipse. |
minorRadius | double | The length of the semi-minor axis of the matched ellipse. |
score | double | The score of the matched ellipse. |