Home
last modified time | relevance | path

Searched refs:dumpImage (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/photo/test/
Dtest_denoising.cuda.cpp74 dumpImage("../gpu/denoising/nlm_denoised_lena_bgr.png", cv::Mat(dbgr)); in TEST()
75 dumpImage("../gpu/denoising/nlm_denoised_lena_gray.png", cv::Mat(dgray)); in TEST()
107 dumpImage("../gpu/denoising/fnlm_denoised_lena_bgr.png", cv::Mat(dbgr)); in TEST()
108 dumpImage("../gpu/denoising/fnlm_denoised_lena_gray.png", cv::Mat(dgray)); in TEST()
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp340 CV_EXPORTS void dumpImage(const std::string& fileName, const cv::Mat& image);
/external/opencv3/modules/ts/src/
Dcuda_test.cpp410 void dumpImage(const std::string& fileName, const Mat& image) in dumpImage() function