From 70776afcd906b133633b3bc404fd72dbdedf6e48 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Mon, 29 Oct 2012 14:59:24 +0100 Subject: [PATCH] TEST: Adding non-regression testing on morphological profile segmentation filter --- Testing/Code/Segmentation/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Testing/Code/Segmentation/CMakeLists.txt b/Testing/Code/Segmentation/CMakeLists.txt index a087dc4336..485f7a9d3c 100644 --- a/Testing/Code/Segmentation/CMakeLists.txt +++ b/Testing/Code/Segmentation/CMakeLists.txt @@ -57,6 +57,9 @@ ADD_TEST(obTuMeanShiftSegmentationFilter ${SEGMENTATION_TESTS1} ) ADD_TEST(obTvMorphologicalProfilesSegmentationFilter ${SEGMENTATION_TESTS1} + --compare-image ${NOTOL} + ${BASELINE}/obTvMorphologicalProfilesSegmentationFilter.tif + ${TEMP}/obTvMorphologicalProfilesSegmentationFilter.tif otbMorphologicalProfilesSegmentationFilter ${INPUTDATA}/ROI_IKO_PAN_LesHalles.tif ${TEMP}/obTvMorphologicalProfilesSegmentationFilter.tif -- GitLab