Skip to content
Snippets Groups Projects
Commit f31edcc1 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

REFAC: 1778: Reduced input-data of apTvFeLineSegmentDetection.

parent 3c65a0ba
No related tags found
1 merge request!365WiP: REFAC: 1778: Reduced input-data of apTvFeLineSegmentDetection.
......@@ -22,7 +22,7 @@ otb_module_test()
#----------- LineSegmentDetection TESTS ----------------
otb_test_application(NAME apTvFeLineSegmentDetectionNoRescale
APP LineSegmentDetection
OPTIONS -in LARGEINPUT{DEMPSTER-SHAFER/ROI_QB_TOULOUSE.TIF}
OPTIONS -in ${INPUTDATA}/Input/ctest/ROI_QB_TOULOUSE_ortho_100x100.tif
-out ${TEMP}/feTvLineSegmentDetection_LI_NoRescale.shp
-norescale true
VALID --compare-ogr ${EPSILON_9}
......@@ -31,7 +31,7 @@ otb_test_application(NAME apTvFeLineSegmentDetectionNoRescale
otb_test_application(NAME apTvFeLineSegmentDetection
APP LineSegmentDetection
OPTIONS -in LARGEINPUT{DEMPSTER-SHAFER/ROI_QB_TOULOUSE.TIF}
OPTIONS -in ${INPUTDATA}/Input/ctest/ROI_QB_TOULOUSE_ortho_100x100.tif
-out ${TEMP}/feTvLineSegmentDetection_LI.shp
VALID --compare-ogr ${EPSILON_9}
${OTBAPP_BASELINE_FILES}/feTvLineSegmentDetection_LI.shp
......@@ -48,4 +48,3 @@ otb_test_application(NAME apTvFEEdgeExtraction
VALID --compare-image ${NOTOL}
${BASELINE}/apTvFEEdgeExtraction.tif
${TEMP}/apTvFEEdgeExtraction.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