MCPcopy Create free account
hub / github.com/creatale/node-dv / cvFastArctan

Function cvFastArctan

deps/opencv/modules/core/src/mathfuncs.cpp:2233–2233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2231
2232CV_IMPL float cvCbrt(float value) { return cv::cubeRoot(value); }
2233CV_IMPL float cvFastArctan(float y, float x) { return cv::fastAtan2(y, x); }
2234
2235CV_IMPL void
2236cvCartToPolar( const CvArr* xarr, const CvArr* yarr,

Callers 1

icvHoughLinesSDivFunction · 0.85

Calls 1

fastAtan2Function · 0.85

Tested by

no test coverage detected