From 0485f3217cb7e94bcf24fecd259cbe7b191e0fb5 Mon Sep 17 00:00:00 2001
From: Christophe Palmann <christophe.palmann@c-s.fr>
Date: Mon, 6 Jul 2015 14:27:24 +0200
Subject: [PATCH] TEST: use tif input instead of png one (speckle filtering,
 SAR)

---
 Modules/Filtering/ImageNoise/test/CMakeLists.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Modules/Filtering/ImageNoise/test/CMakeLists.txt b/Modules/Filtering/ImageNoise/test/CMakeLists.txt
index db800c9c79..ac38d0bd03 100644
--- a/Modules/Filtering/ImageNoise/test/CMakeLists.txt
+++ b/Modules/Filtering/ImageNoise/test/CMakeLists.txt
@@ -19,7 +19,7 @@ otb_add_test(NAME bfTvFrostFilter COMMAND otbImageNoiseTestDriver
   --compare-image ${EPSILON_7}  ${BASELINE}/bfFiltreFrost_poupees_05_05_01.tif
   ${TEMP}/bfFiltreFrost_poupees_05_05_01.tif
   otbFrostFilter
-  ${INPUTDATA}/GomaAvant.png   #poupees.hdr
+  ${INPUTDATA}/GomaAvant.tif   #poupees.hdr
   ${TEMP}/bfFiltreFrost_poupees_05_05_01.tif
   05 05 0.1)
 
@@ -27,7 +27,7 @@ otb_add_test(NAME bfTvFiltreLee1CanalPoupees COMMAND otbImageNoiseTestDriver
   --compare-image ${EPSILON_7}  ${BASELINE}/bfFiltreLee_05_05_04.tif
   ${TEMP}/bfFiltreLee_05_05_04.tif
   otbLeeFilter
-  ${INPUTDATA}/GomaAvant.png                  #poupees_1canal.c1.hdr
+  ${INPUTDATA}/GomaAvant.tif                  #poupees_1canal.c1.hdr
   ${TEMP}/bfFiltreLee_05_05_04.tif
   05 05 4.0)
 
@@ -35,7 +35,7 @@ otb_add_test(NAME bfTvFiltreLee COMMAND otbImageNoiseTestDriver
   --compare-image ${EPSILON_7}  ${BASELINE}/bfFiltreLee_05_05_12.tif
   ${TEMP}/bfFiltreLee_05_05_12.tif
   otbLeeFilter
-  ${INPUTDATA}/GomaAvant.png    #poupees.hdr
+  ${INPUTDATA}/GomaAvant.tif    #poupees.hdr
   ${TEMP}/bfFiltreLee_05_05_12.tif
   05 05 12.0)
   
@@ -44,7 +44,7 @@ otb_add_test(NAME bfTvFiltreGammaMAP COMMAND otbImageNoiseTestDriver
   --compare-image ${EPSILON_7}  ${BASELINE}/bfFiltreGammaMAP_05_05_12.tif
   ${TEMP}/bfFiltreGammaMAP_05_05_12.tif
   otbGammaMAPFilter
-  ${INPUTDATA}/GomaAvant.png    #poupees.hdr
+  ${INPUTDATA}/GomaAvant.tif    #poupees.hdr
   ${TEMP}/bfFiltreGammaMAP_05_05_12.tif
   05 05 12.0)  
   
@@ -52,7 +52,7 @@ otb_add_test(NAME bfTvFiltreKuan COMMAND otbImageNoiseTestDriver
   --compare-image ${EPSILON_7}  ${BASELINE}/bfFiltreKuan_05_05_12.tif
   ${TEMP}/bfFiltreKuan_05_05_12.tif
   otbKuanFilter
-  ${INPUTDATA}/GomaAvant.png    #poupees.hdr
+  ${INPUTDATA}/GomaAvant.tif    #poupees.hdr
   ${TEMP}/bfFiltreKuan_05_05_12.tif
   05 05 12.0)  
   
-- 
GitLab