Searched defs:cvFastArctan (Results 1 – 2 of 2) sorted by relevance
68 cvFastArctan( float y, float x ) in cvFastArctan() function
1801 CV_IMPL float cvFastArctan(float y, float x) { return cv::fastAtan2(y, x); } in cvFastArctan() function