Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
421aa43e
Commit
421aa43e
authored
Nov 14, 2013
by
Charles Peyrega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Handle the EPSILON_13 _14 _15 tolerances in tests
parent
f4976b81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Testing/Applications/FeatureExtraction/CMakeLists.txt
Testing/Applications/FeatureExtraction/CMakeLists.txt
+1
-1
Testing/TestingHelper.cmake
Testing/TestingHelper.cmake
+3
-0
No files found.
Testing/Applications/FeatureExtraction/CMakeLists.txt
View file @
421aa43e
...
...
@@ -54,7 +54,7 @@ OTB_TEST_APPLICATION(NAME apTvFEHaralickTextureExtraction
-out
${
TEMP
}
/apTvFEHaralickTextureExtraction.tif
-parameters.min 127
-parameters.max 1578
VALID --compare-image
0.000000000000001
VALID --compare-image
${
EPSILON_15
}
${
BASELINE
}
/apTvFEHaralickTextureExtraction.tif
${
TEMP
}
/apTvFEHaralickTextureExtraction.tif
)
...
...
Testing/TestingHelper.cmake
View file @
421aa43e
...
...
@@ -21,3 +21,6 @@ SET(EPSILON_9 0.000000001)
SET
(
EPSILON_10 0.0000000001
)
SET
(
EPSILON_11 0.00000000001
)
SET
(
EPSILON_12 0.000000000001
)
SET
(
EPSILON_13 0.0000000000001
)
SET
(
EPSILON_14 0.00000000000001
)
SET
(
EPSILON_15 0.000000000000001
)
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