Skip to content
Snippets Groups Projects
Commit 8fb83ed2 authored by Julien Michel's avatar Julien Michel
Browse files

essai correction test en erreur (fin).

parent ae8c0747
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ SET(TEMP ${OTBTesting_BINARY_DIR}/Temporary)
#Tolerance sur diff pixel image
SET(TOL 0.0)
SET(EPSILON 0.0000000001)
SET(CHANGEDETECTION_TESTS ${CXX_TEST_PATH}/otbChangeDetectionTests)
......@@ -37,8 +38,9 @@ ADD_TEST(cdTvCorrel ${CHANGEDETECTION_TESTS}
)
ADD_TEST(cdTvMeanDiff ${CHANGEDETECTION_TESTS}
--compare-image ${TOL} ${BASELINE}/cdMeanDiffImage.hdr
${TEMP}/cdMeanDiffImage.hdr
--compare-image ${EPSILON}
${BASELINE}/cdMeanDiffImage.hdr
${TEMP}/cdMeanDiffImage.hdr
otbMeanDiffChangeDetectionTest
${INPUTDATA}/GomaAvant.png
${INPUTDATA}/GomaApres.png
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment