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

TEST: Changing input image in HomologousPointsExtraction application tests

parent b8dc4eda
Branches
Tags
No related merge requests found
...@@ -114,8 +114,8 @@ OTB_TEST_APPLICATION(NAME apTvFEEdgeExtraction ...@@ -114,8 +114,8 @@ OTB_TEST_APPLICATION(NAME apTvFEEdgeExtraction
OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionFull OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionFull
APP HomologousPointsExtraction APP HomologousPointsExtraction
OPTIONS -in1 ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif OPTIONS -in1 ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500.tif
-in2 ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif -in2 ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500.tif
-algorithm surf -algorithm surf
-out ${TEMP}/apTvHomologousPointsExtractionFull.txt -out ${TEMP}/apTvHomologousPointsExtractionFull.txt
VALID --compare-ascii ${EPSILON_9} VALID --compare-ascii ${EPSILON_9}
...@@ -124,15 +124,17 @@ OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionFull ...@@ -124,15 +124,17 @@ OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionFull
OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionGeoBins OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionGeoBins
APP HomologousPointsExtraction APP HomologousPointsExtraction
OPTIONS -in1 ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif OPTIONS -in1 ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500.tif
-in2 ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif -in2 ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500.tif
-algorithm surf -algorithm surf
-mode geobins -mode geobins
-mode.geobins.binsize 64 -mode.geobins.binsize 100
-mode.geobins.binstep 64 -mode.geobins.binstep 25
-mfilter 1 -mfilter 1
-precision 10 -precision 10
-2wgs84 1 -2wgs84 1
-elev.dem ${INPUTDATA}/DEM/srtm_directory
-elev.geoid ${INPUTDATA}/DEM/egm96.grd
-out ${TEMP}/apTvHomologousPointsExtractionGeoBins.txt -out ${TEMP}/apTvHomologousPointsExtractionGeoBins.txt
VALID --compare-ascii ${EPSILON_9} VALID --compare-ascii ${EPSILON_9}
${BASELINE_FILES}/apTvHomologousPointsExtractionGeoBins.txt ${BASELINE_FILES}/apTvHomologousPointsExtractionGeoBins.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment