Removed conversion to degree from get_contour_correspondences
The function was often already called with degrees, not radians, so this resulted in converting to degree twice. It didn't matter because only a comparison of <0 and >0 was done. But it's fixed and clearly documented now that the function expects the yaw angle in degrees.
Showing
Please register or sign in to comment