HomeSort by relevance Sort by last modified time
    Searched refs:cvCbrt (Results 1 - 7 of 7) sorted by null

  /external/opencv/cv/src/
cvcolor.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 659 CVAPI(float) cvCbrt( float value );
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 180 CV_IMPL float cvCbrt( float value )
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp     [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 165 b.at<float>(i,0) = (float)fabs(cvCbrt(a.at<float>(i,0)));
    [all...]
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]

Completed in 623 milliseconds