nonLocalMeans      67 modules/photo/include/opencv2/photo/cuda.hpp CV_EXPORTS void nonLocalMeans(InputArray src, OutputArray dst,
nonLocalMeans      91 modules/photo/perf/perf_cuda.cpp         TEST_CYCLE() cv::cuda::nonLocalMeans(d_src, dst, h, search_widow_size, block_size, borderMode);
nonLocalMeans      70 modules/photo/test/test_denoising.cuda.cpp     cv::cuda::nonLocalMeans(GpuMat(bgr),  dbgr, 20);
nonLocalMeans      71 modules/photo/test/test_denoising.cuda.cpp     cv::cuda::nonLocalMeans(GpuMat(gray), dgray, 20);