Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
f31edcc1
Commit
f31edcc1
authored
Jan 29, 2019
by
Stéphane Albert
Browse files
REFAC: 1778: Reduced input-data of apTvFeLineSegmentDetection.
parent
3c65a0ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppEdge/test/CMakeLists.txt
View file @
f31edcc1
...
...
@@ -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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment