Skip to content
Snippets Groups Projects
Commit 1ef6f1c6 authored by Caroline Ruffel's avatar Caroline Ruffel
Browse files

nomsg

parent 898f0a0e
No related branches found
No related tags found
No related merge requests found
...@@ -82,13 +82,13 @@ ADD_TEST(feTvTouziDir ${FEATUREEXTRACTION_TESTS} ...@@ -82,13 +82,13 @@ ADD_TEST(feTvTouziDir ${FEATUREEXTRACTION_TESTS}
${TEMP}/feFiltreTouzi_poupees_dir_3.hd ${TEMP}/feFiltreTouzi_poupees_dir_3.hd
3) 3)
ADD_TEST(feTuTupinNew ${FEATUREEXTRACTION_TESTS} ADD_TEST(feTuLineRatioNew ${FEATUREEXTRACTION_TESTS}
otbTupinEdgeDetectorNew) otbLineRatioDetectorNew)
ADD_TEST(feTuTupin ${FEATUREEXTRACTION_TESTS} ADD_TEST(feTuLineRatio ${FEATUREEXTRACTION_TESTS}
otbTupinEdgeDetector otbLineRatioDetector
${INPUTDATA}/cthead1.png ${INPUTDATA}/cthead1.png
${TEMP}/feFiltreTupin_cthead1_3_5.hd ${TEMP}/feFiltreLineRatio_cthead1_3_5.hd
3 5) 3 5)
#ADD_TEST(tvFEPatrick2 ${FEATUREEXTRACTION_TESTS} #ADD_TEST(tvFEPatrick2 ${FEATUREEXTRACTION_TESTS}
...@@ -113,8 +113,8 @@ otbFlusserImage.cxx ...@@ -113,8 +113,8 @@ otbFlusserImage.cxx
otbTouziEdgeDetectorNew.cxx otbTouziEdgeDetectorNew.cxx
otbTouziEdgeDetector.cxx otbTouziEdgeDetector.cxx
otbTouziEdgeDetectorDirection.cxx otbTouziEdgeDetectorDirection.cxx
otbTupinEdgeDetectorNew.cxx otbLineRatioDetectorNew.cxx
otbTupinEdgeDetector.cxx otbLineRatioDetector.cxx
) )
......
...@@ -21,6 +21,6 @@ REGISTER_TEST(otbFlusserImage); ...@@ -21,6 +21,6 @@ REGISTER_TEST(otbFlusserImage);
REGISTER_TEST(otbTouziEdgeDetectorNew); REGISTER_TEST(otbTouziEdgeDetectorNew);
REGISTER_TEST(otbTouziEdgeDetector); REGISTER_TEST(otbTouziEdgeDetector);
REGISTER_TEST(otbTouziEdgeDetectorDirection); REGISTER_TEST(otbTouziEdgeDetectorDirection);
REGISTER_TEST(otbTupinEdgeDetectorNew); REGISTER_TEST(otbLineRatioDetectorNew);
REGISTER_TEST(otbTupinEdgeDetector); REGISTER_TEST(otbLineRatioDetector);
} }
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
#include "otbImageFileReader.h" #include "otbImageFileReader.h"
#include "otbImageFileWriter.h" #include "otbImageFileWriter.h"
#include "otbTupinEdgeDetector.h" #include "otbLineRatioDetector.h"
#include "itkLinearInterpolateImageFunction.h" #include "itkLinearInterpolateImageFunction.h"
int otbTupinEdgeDetector( int argc, char* argv[] ) int otbLineRatioDetector( int argc, char* argv[] )
{ {
try try
{ {
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#include "itkImage.h" #include "itkImage.h"
#include <iostream> #include <iostream>
#include "otbTupinEdgeDetector.h" #include "otbLineRatioDetector.h"
int otbTupinEdgeDetectorNew( int argc, char* argv[] ) int otbLineRatioDetectorNew( int argc, char* argv[] )
{ {
try try
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment