HomeSort by relevance Sort by last modified time
    Searched defs:fastAtan2 (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/hal/src/
mathfuncs.cpp 65 void fastAtan2(const float *Y, const float *X, float *angle, int len, bool angleInDegrees )
    [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp 102 float fastAtan2( float y, float x )
242 hal::fastAtan2( y, x, angle, len, angleInDegrees );
272 hal::fastAtan2( buf[1], buf[0], buf[0], len, angleInDegrees );
377 hal::fastAtan2( y, x, angle, len, angleInDegrees );
409 hal::fastAtan2( buf[1], buf[0], buf[0], len, angleInDegrees );
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 827 // C++: float fastAtan2(float y, float x)
830 //javadoc: fastAtan2(y, x)
831 public static float fastAtan2(float y, float x)
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 111 milliseconds