cubeRoot          565 modules/core/include/opencv2/core/base.hpp CV_EXPORTS_W float cubeRoot(float val);
cubeRoot          272 modules/core/misc/java/test/CoreTest.java         float res = Core.cubeRoot(-27.0f);
cubeRoot         1800 modules/core/src/mathfuncs.cpp CV_IMPL float cvCbrt(float value) { return cv::cubeRoot(value); }
cubeRoot          167 modules/core/test/test_math.cpp                     b.at<float>(i,j) = (float)fabs(cv::cubeRoot(a.at<float>(i,j)));