Return the boundary points of an ellipse

ellipse_points(ellipse, n = 300, plot_lines = T, ...)

Arguments

ellipse

output from contour_ellipse_fit, or a data frame with the following columns: CenterX, CenterY, AxisA, AxisB, Angle

n

number of points

plot_lines

return call to lines?

...

additional parameters for lines call

Value

two-column data frame of x and y points