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

Function cvCbrt

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

Source from the content-addressed store, hash-verified

2230}
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

Callers 1

initLabTabsFunction · 0.85

Calls 1

cubeRootFunction · 0.85

Tested by

no test coverage detected