From 1ef6f1c656b950a71b11c28a6bc9ecf578f229c6 Mon Sep 17 00:00:00 2001
From: Caroline Ruffel <caroline.ruffel@c-s.fr>
Date: Tue, 21 Mar 2006 15:50:02 +0000
Subject: [PATCH] nomsg

---
 Testing/Code/FeatureExtraction/CMakeLists.txt      | 14 +++++++-------
 .../otbFeatureExtractionTests.cxx                  |  4 ++--
 ...inEdgeDetector.cxx => otbLineRatioDetector.cxx} |  4 ++--
 ...DetectorNew.cxx => otbLineRatioDetectorNew.cxx} |  4 ++--
 4 files changed, 13 insertions(+), 13 deletions(-)
 rename Testing/Code/FeatureExtraction/{otbTupinEdgeDetector.cxx => otbLineRatioDetector.cxx} (96%)
 rename Testing/Code/FeatureExtraction/{otbTupinEdgeDetectorNew.cxx => otbLineRatioDetectorNew.cxx} (94%)

diff --git a/Testing/Code/FeatureExtraction/CMakeLists.txt b/Testing/Code/FeatureExtraction/CMakeLists.txt
index defa4592c0..3b9980b151 100755
--- a/Testing/Code/FeatureExtraction/CMakeLists.txt
+++ b/Testing/Code/FeatureExtraction/CMakeLists.txt
@@ -82,13 +82,13 @@ ADD_TEST(feTvTouziDir ${FEATUREEXTRACTION_TESTS}
 	${TEMP}/feFiltreTouzi_poupees_dir_3.hd
 	3)	
 
-ADD_TEST(feTuTupinNew ${FEATUREEXTRACTION_TESTS}  
-        otbTupinEdgeDetectorNew)
+ADD_TEST(feTuLineRatioNew ${FEATUREEXTRACTION_TESTS}  
+        otbLineRatioDetectorNew)
 		
-ADD_TEST(feTuTupin ${FEATUREEXTRACTION_TESTS}  
-        otbTupinEdgeDetector
+ADD_TEST(feTuLineRatio ${FEATUREEXTRACTION_TESTS}  
+        otbLineRatioDetector
 	${INPUTDATA}/cthead1.png
-	${TEMP}/feFiltreTupin_cthead1_3_5.hd
+	${TEMP}/feFiltreLineRatio_cthead1_3_5.hd
 	3 5)
 		        
 #ADD_TEST(tvFEPatrick2 ${FEATUREEXTRACTION_TESTS}  
@@ -113,8 +113,8 @@ otbFlusserImage.cxx
 otbTouziEdgeDetectorNew.cxx
 otbTouziEdgeDetector.cxx
 otbTouziEdgeDetectorDirection.cxx
-otbTupinEdgeDetectorNew.cxx
-otbTupinEdgeDetector.cxx
+otbLineRatioDetectorNew.cxx
+otbLineRatioDetector.cxx
 )
 
 
diff --git a/Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx b/Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx
index 0b2216a0b2..daf394c22b 100755
--- a/Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx
+++ b/Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx
@@ -21,6 +21,6 @@ REGISTER_TEST(otbFlusserImage);
 REGISTER_TEST(otbTouziEdgeDetectorNew);
 REGISTER_TEST(otbTouziEdgeDetector);
 REGISTER_TEST(otbTouziEdgeDetectorDirection);
-REGISTER_TEST(otbTupinEdgeDetectorNew);
-REGISTER_TEST(otbTupinEdgeDetector);
+REGISTER_TEST(otbLineRatioDetectorNew);
+REGISTER_TEST(otbLineRatioDetector);
 }
diff --git a/Testing/Code/FeatureExtraction/otbTupinEdgeDetector.cxx b/Testing/Code/FeatureExtraction/otbLineRatioDetector.cxx
similarity index 96%
rename from Testing/Code/FeatureExtraction/otbTupinEdgeDetector.cxx
rename to Testing/Code/FeatureExtraction/otbLineRatioDetector.cxx
index 6167d0ad3f..1cea7d8de6 100755
--- a/Testing/Code/FeatureExtraction/otbTupinEdgeDetector.cxx
+++ b/Testing/Code/FeatureExtraction/otbLineRatioDetector.cxx
@@ -23,11 +23,11 @@
 
 #include "otbImageFileReader.h"
 #include "otbImageFileWriter.h"
-#include "otbTupinEdgeDetector.h"
+#include "otbLineRatioDetector.h"
 
 #include "itkLinearInterpolateImageFunction.h"
 
-int otbTupinEdgeDetector( int argc, char* argv[] )
+int otbLineRatioDetector( int argc, char* argv[] )
 {
   try 
     { 
diff --git a/Testing/Code/FeatureExtraction/otbTupinEdgeDetectorNew.cxx b/Testing/Code/FeatureExtraction/otbLineRatioDetectorNew.cxx
similarity index 94%
rename from Testing/Code/FeatureExtraction/otbTupinEdgeDetectorNew.cxx
rename to Testing/Code/FeatureExtraction/otbLineRatioDetectorNew.cxx
index 1a76fb6441..0b4e967c2f 100755
--- a/Testing/Code/FeatureExtraction/otbTupinEdgeDetectorNew.cxx
+++ b/Testing/Code/FeatureExtraction/otbLineRatioDetectorNew.cxx
@@ -20,10 +20,10 @@
 #include "itkImage.h"
 #include <iostream>
 
-#include "otbTupinEdgeDetector.h"
+#include "otbLineRatioDetector.h"
 
 
-int otbTupinEdgeDetectorNew( int argc, char* argv[] )
+int otbLineRatioDetectorNew( int argc, char* argv[] )
 {
   try 
     {        
-- 
GitLab