getMinVal        4944 modules/core/src/arithm.cpp             if( fval < getMinVal(depth1) )
getMinVal        5065 modules/core/src/arithm.cpp             if( fval < getMinVal(depth1) )
getMinVal        5636 modules/core/src/arithm.cpp             int minval = cvRound(getMinVal(sdepth)), maxval = cvRound(getMaxVal(sdepth));
getMinVal        5747 modules/core/src/arithm.cpp             int minval = cvRound(getMinVal(depth)), maxval = cvRound(getMaxVal(depth));
getMinVal         141 modules/core/test/ocl/test_arithm.cpp         double minV = getMinVal(type);
getMinVal          27 modules/core/test/test_arithm.cpp         minval = depth < CV_32S ? cvtest::getMinVal(depth) : depth == CV_32S ? -1000000 : -1000.;
getMinVal         199 modules/core/test/test_arithm.cpp         minval = depth < CV_32S ? cvtest::getMinVal(depth) : depth == CV_32S ? -1000000 : -1000.;
getMinVal         118 modules/cudalegacy/include/opencv2/cudalegacy.hpp     virtual double getMinVal() const = 0;
getMinVal         165 modules/imgproc/test/test_histograms.cpp         low = cvtest::getMinVal(img_type);
getMinVal          86 modules/ts/include/opencv2/ts.hpp CV_EXPORTS double getMinVal(int depth);
getMinVal         240 modules/ts/src/ts_arrtest.cpp         l = getMinVal(type);
getMinVal         710 modules/ts/src/ts_func.cpp         borderValue = getMinVal(src.depth());
getMinVal         786 modules/ts/src/ts_func.cpp         borderValue = getMinVal(src.depth());