dumpImage          74 modules/photo/test/test_denoising.cuda.cpp     dumpImage("../gpu/denoising/nlm_denoised_lena_bgr.png", cv::Mat(dbgr));
dumpImage          75 modules/photo/test/test_denoising.cuda.cpp     dumpImage("../gpu/denoising/nlm_denoised_lena_gray.png", cv::Mat(dgray));
dumpImage         107 modules/photo/test/test_denoising.cuda.cpp     dumpImage("../gpu/denoising/fnlm_denoised_lena_bgr.png", cv::Mat(dbgr));
dumpImage         108 modules/photo/test/test_denoising.cuda.cpp     dumpImage("../gpu/denoising/fnlm_denoised_lena_gray.png", cv::Mat(dgray));
dumpImage         340 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS void dumpImage(const std::string& fileName, const cv::Mat& image);