From 123ee9751786e7ade003be78a8e3539b0b2800ec Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Tue, 12 Jun 2012 16:50:37 +0200
Subject: [PATCH] TEST: clean up stereo rectification tests

---
 Testing/Applications/DisparityMap/CMakeLists.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Testing/Applications/DisparityMap/CMakeLists.txt b/Testing/Applications/DisparityMap/CMakeLists.txt
index 2fda5023ed..9aed77b510 100644
--- a/Testing/Applications/DisparityMap/CMakeLists.txt
+++ b/Testing/Applications/DisparityMap/CMakeLists.txt
@@ -97,9 +97,9 @@ OTB_TEST_APPLICATION(NAME apTvDmGridBasedImageResamplingRightTest
                              -out.sizex 158
                              -out.sizey 158
                      )
-
 SET_TESTS_PROPERTIES(apTvDmGridBasedImageResamplingRightTest PROPERTIES DEPENDS apTvDmStereoRectificationGridGeneratorTest)
 
+#--- BlockMatching ---#
 OTB_TEST_APPLICATION(NAME apTvDmBlockMatchingTest
                      APP  BlockMatching
                      OPTIONS -io.inleft ${TEMP}/apTvDmGridBasedImageResamplingLeftTest.tif
@@ -116,10 +116,10 @@ OTB_TEST_APPLICATION(NAME apTvDmBlockMatchingTest
                              -bm.medianfilter.radius 2
                              -bm.medianfilter.incoherence 2.0
                      )
-
 SET_TESTS_PROPERTIES(apTvDmBlockMatchingTest PROPERTIES DEPENDS apTvDmGridBasedImageResamplingRightTest)
 SET_TESTS_PROPERTIES(apTvDmBlockMatchingTest PROPERTIES DEPENDS apTvDmGridBasedImageResamplingLeftTest)
 
+#--- DisparityMapToElevationMap ---#
 OTB_TEST_APPLICATION(NAME apTvDmDisparityMapToElevationMap
                      APP  DisparityMapToElevationMap
                      OPTIONS -io.in ${TEMP}/apTvDmBlockMatchingTest.tif
@@ -132,5 +132,4 @@ OTB_TEST_APPLICATION(NAME apTvDmDisparityMapToElevationMap
                              -hmax 400
                              -elev.average.value 300
                      )
-
 SET_TESTS_PROPERTIES(apTvDmDisparityMapToElevationMap PROPERTIES DEPENDS apTvDmBlockMatchingTest)
-- 
GitLab