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

  /external/opencv/cv/src/
cvhough.cpp 305 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
374 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
    [all...]
cvsurf.cpp 408 float descriptor_dir = cvFastArctan( besty, bestx );
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 68 cvFastArctan( float y, float x )
170 angle[i] = cvFastArctan( __y[i], __x[i] );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 656 CVAPI(float) cvFastArctan( float y, float x );
    [all...]

Completed in 98 milliseconds