Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
3ceb5331
Commit
3ceb5331
authored
Jul 04, 2014
by
Bellaktris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-||-
parent
a2453fd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
dct_image_denoising.cpp
modules/xphoto/test/dct_image_denoising.cpp
+1
-1
test_precomp.hpp
modules/xphoto/test/test_precomp.hpp
+0
-1
No files found.
modules/xphoto/test/dct_image_denoising.cpp
View file @
3ceb5331
...
...
@@ -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
);
...
...
modules/xphoto/test/test_precomp.hpp
View file @
3ceb5331
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment