Skip to content
Snippets Groups Projects
Commit cf9b7143 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

TEST: missing DimensionnalityReduction subderictory include in CMakeList.

parent 715b9a6f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ set(OTB_APPLICATIONS_NAME_LIST "" CACHE STRING "List of all applications name" F
add_subdirectory(ChangeDetection)
add_subdirectory(Classification)
add_subdirectory(DimensionnalityReduction)
add_subdirectory(FeatureExtraction)
add_subdirectory(Hyperspectral)
add_subdirectory(Projections)
......
......@@ -49,6 +49,7 @@ endforeach(app)
add_subdirectory(ChangeDetection)
add_subdirectory(Classification)
add_subdirectory(DimensionnalityReduction)
add_subdirectory(FeatureExtraction)
add_subdirectory(Hyperspectral)
add_subdirectory(Projections)
......
#--- 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 )
OTB_TEST_APPLICATION(NAME apTvChMultivariateAlterationDetector
APP MultivariateAlterationDetector
OPTIONS --in1 ${INPUTDATA}/Spot5-Gloucester-before.tif
--in2 ${INPUTDATA}/Spot5-Gloucester-after.tif
--out ${TEMP}/apTvChMultivariateAlterationDetectorSameNbBands.tif
VALID --compare-image 0.025
${BASELINE}/cdTvMultivariateAlterationDetectorImageFilterOutputSameNbBands.tif
${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