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
b885d28c
Commit
b885d28c
authored
May 23, 2017
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed test failures; removed extra whitespaces
parent
7297f022
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
ximgproc.hpp
modules/ximgproc/include/opencv2/ximgproc.hpp
+0
-0
anisodiff.cpp
modules/ximgproc/src/anisodiff.cpp
+0
-1
test_anisodiff.cpp
modules/ximgproc/test/test_anisodiff.cpp
+1
-1
No files found.
modules/ximgproc/include/opencv2/ximgproc.hpp
View file @
b885d28c
modules/ximgproc/src/anisodiff.cpp
View file @
b885d28c
...
...
@@ -291,4 +291,3 @@ void anisotropicDiffusion(InputArray src_, OutputArray dst_, float alpha, float
}
}
modules/ximgproc/test/test_anisodiff.cpp
View file @
b885d28c
...
...
@@ -5,7 +5,7 @@ using namespace std;
TEST
(
ximgproc_AnisotropicDiffusion
,
regression
)
{
string
folder
=
string
(
cvtest
::
TS
::
ptr
()
->
get_data_path
())
+
"shared/"
;
string
folder
=
string
(
cvtest
::
TS
::
ptr
()
->
get_data_path
())
+
"
cv/
shared/"
;
string
original_path
=
folder
+
"fruits.png"
;
Mat
original
=
imread
(
original_path
,
IMREAD_COLOR
);
...
...
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