tams.Ellipse#
- class tams.Ellipse(center, width, height, angle)#
Ellipse fit parameters, e.g. returned by
fit_ellipse().- __init__()#
Methods
Attributes
Semi-major axis length.
Rotation angle (degrees) from x-axis to the width axis.
Semi-minor axis length.
The linear eccentricity (distance from center to focus).
Center
(x, y)coordinates.Alias for
eccentricity.The (first) eccentricity.
Diameter in the y-direction before rotation.
Diameter in the x-direction before rotation.