From 3ceb5331b1d7b045f43e792f3fdc7e37ce0408e4 Mon Sep 17 00:00:00 2001 From: Bellaktris Date: Fri, 4 Jul 2014 14:24:43 +0700 Subject: [PATCH] -||- --- modules/xphoto/test/dct_image_denoising.cpp | 2 +- modules/xphoto/test/test_precomp.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/xphoto/test/dct_image_denoising.cpp b/modules/xphoto/test/dct_image_denoising.cpp index 1c6f86e76..24162f5ad 100644 --- a/modules/xphoto/test/dct_image_denoising.cpp +++ b/modules/xphoto/test/dct_image_denoising.cpp @@ -21,7 +21,7 @@ namespace cvtest cv::Mat currentResult, fastNlMeansResult; cv::dctDenoising(src, currentResult, sigma, psize); - cv::fastNlMeansDenoising(src, fastNlMeansResult); + //cv::fastNlMeansDenoising(src, fastNlMeansResult); cv::Mat sqrError = ( currentResult - previousResult ) .mul( currentResult - previousResult ); diff --git a/modules/xphoto/test/test_precomp.hpp b/modules/xphoto/test/test_precomp.hpp index eda7c31a2..a0d96484e 100644 --- a/modules/xphoto/test/test_precomp.hpp +++ b/modules/xphoto/test/test_precomp.hpp @@ -13,7 +13,6 @@ #include "opencv2/imgproc.hpp" #include "opencv2/imgproc/types_c.h" #include "opencv2/highgui.hpp" -#include "opencv2/photo.hpp" #include "opencv2/xphoto.hpp" #include "opencv2/ts.hpp" #include