Searched refs:cvFastArctan (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvhough.cpp305 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
374 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
H A Dcvsurf.cpp408 float descriptor_dir = cvFastArctan( besty, bestx );
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp68 cvFastArctan( float y, float x ) function
170 angle[i] = cvFastArctan( __y[i], __x[i] );
/external/opencv/cxcore/include/
H A Dcxcore.h656 CVAPI(float) cvFastArctan( float y, float x );

Completed in 122 milliseconds