Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2232
CV_IMPL float cvCbrt(float value) { return cv::cubeRoot(value); }
2233
CV_IMPL float cvFastArctan(float y, float x) { return cv::fastAtan2(y, x); }
2234
2235
CV_IMPL void
Callers
1
initLabTabs
Function · 0.85
Calls
1
cubeRoot
Function · 0.85
Tested by
no test coverage detected