Skip to content

Commit

Permalink
feat: non working ransac
Browse files Browse the repository at this point in the history
  • Loading branch information
RedHawk989 committed Mar 10, 2024
1 parent 774c8a1 commit 34f40fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TrackingBackend/app/algorithms/ransac.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def fit_rotated_ellipse(data, P):

return (cx, cy, w, h, theta)


def get_center_noclamp(center_xy, radius):
center_x, center_y = center_xy
upper_x = center_x + radius
Expand Down

0 comments on commit 34f40fe

Please sign in to comment.