meanShiftSegmentation  639 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void meanShiftSegmentation(InputArray src, OutputArray dst, int sp, int sr, int minsize,
meanShiftSegmentation  144 modules/cudaimgproc/perf/perf_mean_shift.cpp         TEST_CYCLE() cv::cuda::meanShiftSegmentation(d_src, dst, sp, sr, minsize);
meanShiftSegmentation  162 modules/cudaimgproc/test/test_mean_shift.cpp     cv::cuda::meanShiftSegmentation(loadMat(img), dst, 10, 10, minsize);