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

TEST: Adding a new test to cover the optional binsizey and binstepy of the...

TEST: Adding a new test to cover the optional binsizey and binstepy of the HomologousPointsExtraction application
parent 37e846ef
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,27 @@ OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionGeoBins
${BASELINE_FILES}/apTvHomologousPointsExtractionGeoBins.txt
${TEMP}/apTvHomologousPointsExtractionGeoBins.txt)
OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionGeoBinsAnisotropic
APP HomologousPointsExtraction
OPTIONS -in1 ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500.tif
-in2 ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500.tif
-algorithm surf
-mode geobins
-mode.geobins.binsize 100
-mode.geobins.binsizey 150
-mode.geobins.binstep 25
-mode.geobins.binstepy 10
-mfilter 1
-precision 10
-2wgs84 1
-elev.dem ${INPUTDATA}/DEM/srtm_directory
-elev.geoid ${INPUTDATA}/DEM/egm96.grd
-out ${TEMP}/apTvHomologousPointsExtractionGeoBinsAnisotropic.txt
VALID --compare-ascii ${EPSILON_9}
${BASELINE_FILES}/apTvHomologousPointsExtractionGeoBinsAnisotropic.txt
${TEMP}/apTvHomologousPointsExtractionGeoBinsAnisotropic.txt)
OTB_TEST_APPLICATION(NAME apTvFEDimensionalityReductionPCA
APP DimensionalityReduction
OPTIONS -in ${INPUTDATA}/cupriteSubHsi.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