You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
same error in L220 but less important because you are assuming the ellipse is a "circle"
The text was updated successfully, but these errors were encountered:
gluca
changed the title
ellipse radius in Precland/Ring_Detector.py#L213 is wrong
ellipse radius in Precland/Ring_Detector.py#L213 & L220 are wrong
Jan 9, 2017
the radius calculated in Ring_Detector.py is wrong, it should be
radius = int((ellipse[1][0] + ellipse[1][1]) /4.0)
and not
radius = int((ellipse[1][0] + ellipse[1][0]) /4.0)
same error in L220 but less important because you are assuming the ellipse is a "circle"
The text was updated successfully, but these errors were encountered: