Home | History | Annotate | Download | only in objdetect

Lines Matching full:atan2

1068 "float ang = (atan2(best_dy, best_dx) + CV_PI_F) * angle_scale - 0.5f;\n"
1117 "float ang = (atan2(dy, dx) + CV_PI_F) * angle_scale - 0.5f;\n"