From 76346b96130530766cdac10f2829b89c9dade8a9 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Wed, 9 May 2007 15:40:09 +0000 Subject: [PATCH] =?UTF-8?q?Suite=20Maj=20du=20test=20pour=20le=20composite?= =?UTF-8?q?=20filter=20RoadExtractionFilter.=20A=20valider=20lors=20de=20l?= =?UTF-8?q?a=20prochaine=20r=C3=A9union?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Testing/Code/FeatureExtraction/CMakeLists.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Testing/Code/FeatureExtraction/CMakeLists.txt b/Testing/Code/FeatureExtraction/CMakeLists.txt index 1bc1c8561e..bf8ab6acab 100755 --- a/Testing/Code/FeatureExtraction/CMakeLists.txt +++ b/Testing/Code/FeatureExtraction/CMakeLists.txt @@ -620,6 +620,7 @@ ADD_TEST(feTvRemoveTortuousPathFilter ${FEATUREEXTRACTION_TESTS} ADD_TEST(feTuLinkPathFilterNew ${FEATUREEXTRACTION_TESTS} otbLinkPathFilterNew) + ADD_TEST(feTvLinkPathFilter ${FEATUREEXTRACTION_TESTS} --compare-ascii ${EPS} ${BASELINE_FILES}/feTvLinkPathOutput.txt @@ -666,14 +667,17 @@ ADD_TEST(feTuRoadExtractionFilterNew ${FEATUREEXTRACTION_TESTS} ADD_TEST(feTvRoadExtractionFilter ${FEATUREEXTRACTION_TESTS} otbRoadExtractionFilter - ${INPUTDATA}/InputForRoadDetection_IsolatedRem.tif - 232 198 # ReferencePixel + ${INPUTDATA}/qb_RoadExtract.img.hdr + ${TEMP}/feTvOutputRoadDetection.hdr + 337 557 432 859 # ReferencePixel 3.0 # Sigma 0.0005 # AmplitudeThreshold 1.0 # Tolerance 22.5 # (degre) MaxAngle (3.14159265358979323846/8.) - 1.0 # MeanDistanceThreshold - ${TEMP}/feTvOutputRoadDetection.tif + 1.0 # FirstMeanDistanceThreshold + 1.0 # SecondMeanDistanceThreshold + 12. # DistanceThreshold for LinkPathFiler + 22.5 # AngularThreshold for LinkPathFiler ) -- GitLab