Commit 3ceb5331 authored by Bellaktris's avatar Bellaktris

-||-

parent a2453fd5
......@@ -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 );
......
......@@ -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 <iostream>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment