Skip to content
Snippets Groups Projects
Commit f8c58908 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Ajout du test pour Markov Regularization

parent bf7a837f
No related branches found
No related tags found
No related merge requests found
......@@ -66,18 +66,18 @@ ADD_TEST(MarkovRestaurationExampleTest ${EXE_TESTS}
)
#ADD_TEST(MarkovRegularizationExampleTest ${EXE_TESTS}
# --compare-image ${EPSILON}
# ${BASELINE}/MarkovRegularization-scaled.png
# ${TEMP}/MarkovRegularization-scaled.png
# MarkovRegularizationExample
# ${INPUTDATA}/***OutputOfAnEarlierClassif***
# ${TEMP}/MarkovRegularization.png
# ${TEMP}/MarkovRegularization-scaled.png
# 0.2
# 20
# 1.0
#))
ADD_TEST(MarkovRegularizationExampleTest ${EXE_TESTS}
--compare-image ${EPSILON}
${BASELINE}/MarkovRegularization-scaled.png
${TEMP}/MarkovRegularization-scaled.png
MarkovRegularizationExampleTest
${INPUTDATA}/ROI_QB_MUL_1_SVN_CLASS_MULTI.png
${TEMP}/MarkovRegularization.png
${TEMP}/MarkovRegularization-scaled.png
0.2
20
1.0
)
INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}")
......
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