Skip to content
Snippets Groups Projects
Commit adb721be authored by Julien Malik's avatar Julien Malik
Browse files

TEST: missing test MultivariateAlterationDetector application

parent 9ebcb92e
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ add_test(NAME apTvDocAppli_${app}
endforeach(app)
add_subdirectory(ChangeDetection)
add_subdirectory(Classification)
add_subdirectory(FeatureExtraction)
add_subdirectory(Hyperspectral)
......
#--- MultivariateAlterationDetector ---#
add_test(NAME apTvChMultivariateAlterationDetector
COMMAND otbTestDriver
--compare-image 0.025
${BASELINE}/cdTvMultivariateAlterationDetectorImageFilterOutputSameNbBands.tif
${TEMP}/apTvChMultivariateAlterationDetectorSameNbBands.tif
Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
MultivariateAlterationDetector
$<TARGET_FILE_DIR:otbapp_MultivariateAlterationDetector>
--in1 ${INPUTDATA}/Spot5-Gloucester-before.tif
--in2 ${INPUTDATA}/Spot5-Gloucester-after.tif
--out ${TEMP}/apTvChMultivariateAlterationDetectorSameNbBands.tif )
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