fastAtan2 574 modules/core/include/opencv2/core/base.hpp CV_EXPORTS_W float fastAtan2(float y, float x); fastAtan2 434 modules/core/misc/java/test/CoreTest.java float res = Core.fastAtan2(50, 50); fastAtan2 438 modules/core/misc/java/test/CoreTest.java float res2 = Core.fastAtan2(80, 20); fastAtan2 242 modules/core/src/mathfuncs.cpp hal::fastAtan2( y, x, angle, len, angleInDegrees ); fastAtan2 272 modules/core/src/mathfuncs.cpp hal::fastAtan2( buf[1], buf[0], buf[0], len, angleInDegrees ); fastAtan2 377 modules/core/src/mathfuncs.cpp hal::fastAtan2( y, x, angle, len, angleInDegrees ); fastAtan2 409 modules/core/src/mathfuncs.cpp hal::fastAtan2( buf[1], buf[0], buf[0], len, angleInDegrees ); fastAtan2 1801 modules/core/src/mathfuncs.cpp CV_IMPL float cvFastArctan(float y, float x) { return cv::fastAtan2(y, x); } fastAtan2 815 modules/features2d/src/kaze/AKAZEFeatures.cpp hal::fastAtan2(resY, resX, Ang, ang_size, false); fastAtan2 123 modules/features2d/src/opencl/orb.cl responses[idx] = fastAtan2((float)m_01, (float)m_10); fastAtan2 207 modules/features2d/src/orb.cpp pts[ptidx].angle = fastAtan2((float)m_01, (float)m_10); fastAtan2 88 modules/hal/include/opencv2/hal.hpp void fastAtan2(const float* y, const float* x, float* dst, int n, bool angleInDegrees); fastAtan2 402 modules/imgproc/src/generalized_hough.cpp const float theta = fastAtan2(dyRow[x], dxRow[x]); fastAtan2 445 modules/imgproc/src/generalized_hough.cpp const float theta = fastAtan2(dyRow[x], dxRow[x]); fastAtan2 713 modules/imgproc/src/generalized_hough.cpp f.alpha12 = clampAngle(fastAtan2((float)d.y, (float)d.x) - p1.theta); fastAtan2 753 modules/imgproc/src/generalized_hough.cpp p.theta = fastAtan2(dyRow[x], dxRow[x]); fastAtan2 579 modules/imgproc/src/lsd.cpp angles_data[addr] = fastAtan2(float(gx), float(-gy)) * DEG_TO_RADS; // gradient angle computation fastAtan2 681 modules/imgproc/src/lsd.cpp reg_angle = fastAtan2(sumdy, sumdx) * DEG_TO_RADS; fastAtan2 774 modules/imgproc/src/lsd.cpp double(fastAtan2(float(lambda - Ixx), float(Ixy))): fastAtan2 775 modules/imgproc/src/lsd.cpp double(fastAtan2(float(Ixy), float(lambda - Iyy))); // in degs