Lines Matching full:angleindegrees
65 void fastAtan2(const float *Y, const float *X, float *angle, int len, bool angleInDegrees )68 float scale = angleInDegrees ? 1 : (float)(CV_PI/180);