From 4ec87103c2ac31a48b08030e80e5380a2fae58e8 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@gmail.com> Date: Wed, 13 Jan 2010 23:02:28 +0100 Subject: [PATCH] DOC:sift example --- Examples/DisparityMap/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Examples/DisparityMap/CMakeLists.txt b/Examples/DisparityMap/CMakeLists.txt index 76fffb3c88..da3667d000 100644 --- a/Examples/DisparityMap/CMakeLists.txt +++ b/Examples/DisparityMap/CMakeLists.txt @@ -47,12 +47,13 @@ ADD_TEST(dmTeSimpleDisparityMapEstimationExampleTest ${EXE_TESTS} ADD_TEST(dmTeEstimateAffineTransformationExampleTest ${EXE_TESTS} --compare-image ${TOL} - ${BASELINE}/ROI_IKO_PAN_LesHalles.tif + ${BASELINE}/ROISpot5.png ${TEMP}/otbEstimateAffineTransformationOutput.tif EstimateAffineTransformationExampleTest - ${INPUTDATA}/ROI_IKO_PAN_LesHalles_pos_spacing.tif - ${INPUTDATA}/ROI_IKO_PAN_LesHalles_warped_pos_spacing.tif + ${INPUTDATA}/ROISpot5.png + ${INPUTDATA}/ROISpot5Warped.png ${TEMP}/otbEstimateAffineTransformationOutput.tif + 2 3 0 0 0.5 ) INCLUDE_DIRECTORIES(${OTB_SOURCE_DIR}/Testing/Code) -- GitLab