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

nomsg

parent 898f0a0e
Branches
Tags
No related merge requests found
......@@ -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
)
......
......@@ -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);
}
......@@ -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
{
......
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment