fastNlMeansDenoisingColored  188 modules/photo/include/opencv2/photo.hpp CV_EXPORTS_W void fastNlMeansDenoisingColored( InputArray src, OutputArray dst,
fastNlMeansDenoisingColored  122 modules/photo/include/opencv2/photo/cuda.hpp CV_EXPORTS void fastNlMeansDenoisingColored(InputArray src, OutputArray dst,
fastNlMeansDenoisingColored   43 modules/photo/perf/opencl/perf_denoising.cpp             cv::fastNlMeansDenoisingColored(original, result, 10, 10);
fastNlMeansDenoisingColored  175 modules/photo/perf/perf_cuda.cpp         TEST_CYCLE() cv::cuda::fastNlMeansDenoisingColored(d_src, dst, h, h, search_widow_size, block_size);
fastNlMeansDenoisingColored  183 modules/photo/perf/perf_cuda.cpp         TEST_CYCLE() cv::fastNlMeansDenoisingColored(src, dst, h, h, block_size, search_widow_size);
fastNlMeansDenoisingColored  115 modules/photo/test/ocl/test_denoising.cpp         OCL_OFF(cv::fastNlMeansDenoisingColored(src_roi, dst_roi, h[0], h[0], templateWindowSize, searchWindowSize));
fastNlMeansDenoisingColored  116 modules/photo/test/ocl/test_denoising.cpp         OCL_ON(cv::fastNlMeansDenoisingColored(usrc_roi, udst_roi, h[0], h[0], templateWindowSize, searchWindowSize));
fastNlMeansDenoisingColored   92 modules/photo/test/test_denoising.cpp     fastNlMeansDenoisingColored(original, result, 10, 10);
fastNlMeansDenoisingColored  104 modules/photo/test/test_denoising.cuda.cpp     cv::cuda::fastNlMeansDenoisingColored(GpuMat(bgr),  dbgr, 20, 10);