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

TEST: Adding tests for HomologousPointsExtraction application

parent 4069d3d3
No related branches found
No related tags found
No related merge requests found
......@@ -110,4 +110,30 @@ OTB_TEST_APPLICATION(NAME apTvFEEdgeExtraction
-out ${TEMP}/apTvFEEdgeExtraction.tif
VALID --compare-image ${NOTOL}
${BASELINE}/apTvFEEdgeExtraction.tif
${TEMP}/apTvFEEdgeExtraction.tif)
\ No newline at end of file
${TEMP}/apTvFEEdgeExtraction.tif)
OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionFull
APP HomologousPointsExtraction
OPTIONS -in1 ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif
-in2 ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif
-algorithm surf
-out ${TEMP}/apTvHomologousPointsExtractionFull.txt
VALID --compare-ascii ${EPSILON_9}
${BASELINE_FILES}/apTvHomologousPointsExtractionFull.txt
${TEMP}/apTvHomologousPointsExtractionFull.txt)
OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionGeoBins
APP HomologousPointsExtraction
OPTIONS -in1 ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif
-in2 ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif
-algorithm surf
-mode geobins
-mode.geobins.binsize 64
-mode.geobins.binstep 64
-mfilter 1
-precision 10
-2wgs84 1
-out ${TEMP}/apTvHomologousPointsExtractionGeoBins.txt
VALID --compare-ascii ${EPSILON_9}
${BASELINE_FILES}/apTvHomologousPointsExtractionGeoBins.txt
${TEMP}/apTvHomologousPointsExtractionGeoBins.txt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment