From 81f78fdad13d5be5040d538a30633f61be62ad40 Mon Sep 17 00:00:00 2001 From: Charles Peyrega <charles.peyrega@c-s.fr> Date: Mon, 28 Jan 2013 18:02:01 +0100 Subject: [PATCH] TEST: apTvPrOrthorectification_UTM test: adding a parameter: -interpolator linear --- Testing/Applications/Projections/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Testing/Applications/Projections/CMakeLists.txt b/Testing/Applications/Projections/CMakeLists.txt index 28d1fe9e40..18abdad264 100644 --- a/Testing/Applications/Projections/CMakeLists.txt +++ b/Testing/Applications/Projections/CMakeLists.txt @@ -14,6 +14,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_UTM -outputs.spacingy -0.5 -map utm -opt.gridspacing 4 # Spacing of the deformation field + -interpolator linear VALID --compare-image ${EPSILON_4} ${BASELINE}/owTvOrthorectifTest_UTM.tif ${TEMP}/apTvPrOrthorectifTest_UTM.tif) -- GitLab