Return the boundary points of an ellipse
ellipse_points(ellipse, n = 300, plot_lines = T, ...)
| 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 |
two-column data frame of x and y points