meanShiftFiltering  606 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void meanShiftFiltering(InputArray src, OutputArray dst, int sp, int sr,
meanShiftFiltering   73 modules/cudaimgproc/perf/perf_mean_shift.cpp         TEST_CYCLE() cv::cuda::meanShiftFiltering(d_src, dst, sp, sr);
meanShiftFiltering   85 modules/cudaimgproc/test/test_mean_shift.cpp     cv::cuda::meanShiftFiltering(loadMat(img), d_dst, spatialRad, colorRad);
meanShiftFiltering  111 modules/cudaimgproc/test/test_mean_shift.cpp     cv::cuda::meanShiftFiltering(loadMat(img), rmap_filtered, spatialRad, colorRad);
meanShiftFiltering  272 samples/gpu/performance/tests.cpp         cuda::meanShiftFiltering(d_src, d_dst, sp, sr);
meanShiftFiltering  275 samples/gpu/performance/tests.cpp         cuda::meanShiftFiltering(d_src, d_dst, sp, sr);