Home
last modified time | relevance | path

Searched defs:cvFastArctan (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxmathfuncs.cpp68 cvFastArctan( float y, float x ) in cvFastArctan() function
/external/opencv3/modules/core/src/
Dmathfuncs.cpp1801 CV_IMPL float cvFastArctan(float y, float x) { return cv::fastAtan2(y, x); } in cvFastArctan() function