From eb3fb30e64588f5d5dc1e5e7023e2a82c5eb2c1f Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 19 Dec 2007 16:32:21 +0000
Subject: [PATCH] Ajout framework Markov

---
 Examples/Markov/CMakeLists.txt                   | 5 ++---
 Examples/Markov/MarkovClassification1Example.cxx | 2 ++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Examples/Markov/CMakeLists.txt b/Examples/Markov/CMakeLists.txt
index d0ca02900d..ad7aaa1cd0 100755
--- a/Examples/Markov/CMakeLists.txt
+++ b/Examples/Markov/CMakeLists.txt
@@ -24,9 +24,8 @@ ADD_TEST(MarkovClassification1ExampleTest ${EXE_TESTS}
 	${BASELINE}/MarkovClassification1.png
 	${TEMP}/MarkovClassification1.png
         MarkovClassification1ExampleTest
-        ${INPUTDATA}/multiSpect.tif
-	${INPUTDATA}/multiSpectInterp.tif
-        ${INPUTDATA}/panchro.tif
+        ${INPUTDATA}/QB_Suburb.png
+	${INPUTDATA}/RandomImage.png
 	${TEMP}/MarkovClassification1.png
 	1.0
 	30
diff --git a/Examples/Markov/MarkovClassification1Example.cxx b/Examples/Markov/MarkovClassification1Example.cxx
index 04a79dd56f..01e831faad 100644
--- a/Examples/Markov/MarkovClassification1Example.cxx
+++ b/Examples/Markov/MarkovClassification1Example.cxx
@@ -311,5 +311,7 @@ int main(int argc, char* argv[] )
   
   // Software Guide : EndCodeSnippet
   
+  return 0;
+  
 }
 
-- 
GitLab