Home
last modified time | relevance | path

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

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