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

nomsg

parent 702ad7d7
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ ADD_TEST(feTvTouzi ${FEATUREEXTRACTION_TESTS}
--compare-image ${TOL} ${BASELINE}/feFiltreTouzi_poupees_3.hd
${TEMP}/feFiltreTouzi_poupees_3.hd
otbTouziEdgeDetector
${INPUTDATA}/poupees_1canal.c1
${INPUTDATA}/poupees_1canal.hd
${TEMP}/feFiltreTouzi_poupees_3.hd
3)
......@@ -96,7 +96,7 @@ ADD_TEST(feTvTouziDir ${FEATUREEXTRACTION_TESTS}
--compare-image ${TOL} ${BASELINE}/feFiltreTouzi_poupees_dir_3.hd
${TEMP}/feFiltreTouzi_poupees_dir_3.hd
otbTouziEdgeDetectorDirection
${INPUTDATA}/poupees_1canal.c1
${INPUTDATA}/poupees_1canal.hd
${TEMP}/feFiltreTouzi_poupees_dir_3.hd
3)
......@@ -127,7 +127,7 @@ ADD_TEST(feTuLineCorrelationLinear ${FEATUREEXTRACTION_TESTS}
ADD_TEST(feTuLineCorrelation ${FEATUREEXTRACTION_TESTS}
otbLineCorrelationDetector
${INPUTDATA}/poupees_1canal.hd
${TEMP}/feFiltreLineCorrelationLinear_poupees_2_3.hd
${TEMP}/feFiltreLineCorrelation_poupees_2_3.hd
2 3)
ADD_TEST(feTuAssociativeSymmetricalSumNew ${FEATUREEXTRACTION_TESTS}
......@@ -206,8 +206,8 @@ otbLineCorrelationDetectorLinear.cxx
otbLineCorrelationDetector.cxx
otbAssociativeSymmetricalSumNew.cxx
otbAssociativeSymmetricalSum.cxx
otbAssymetricFusionOfLineDetectorNew.cxx
otbAssymetricFusionOfLineDetector.cxx
otbAssymmetricFusionOfLineDetectorNew.cxx
otbAssymmetricFusionOfLineDetector.cxx
otbHarrisImage.cxx
otbMultiplyByScalarImageTest.cxx
otbThresholdImageToPointSetTest.cxx
......
......@@ -5,7 +5,7 @@
Language : C++
Date : 29 mars 2006
Version :
Role : Test du filtre composite AssymetricFusionOfLineDetector
Role : Test du filtre composite AssymmetricFusionOfLineDetector
$Id$
=========================================================================*/
......@@ -21,9 +21,9 @@
#include "otbImageFileReader.h"
#include "otbImageFileWriter.h"
#include "otbAssymetricFusionOfLineDetectorImageFilter.h"
#include "otbAssymmetricFusionOfLineDetectorImageFilter.h"
int otbAssymetricFusionOfLineDetector( int argc, char ** argv )
int otbAssymmetricFusionOfLineDetector( int argc, char ** argv )
{
try
{
......@@ -47,7 +47,7 @@ int otbAssymetricFusionOfLineDetector( int argc, char ** argv )
typedef itk::LinearInterpolateImageFunction< InputImageType, double > InterpolatorType;
typedef otb::AssymetricFusionOfLineDetectorImageFilter< InputImageType, OutputImageType, InterpolatorType > FilterType;
typedef otb::AssymmetricFusionOfLineDetectorImageFilter< InputImageType, OutputImageType, InterpolatorType > FilterType;
FilterType::Pointer FilterAssSymSum = FilterType::New();
......
......@@ -5,7 +5,7 @@
Language : C++
Date : 29 mars 2006
Version :
Role : Test d'instanciation du filtre composite AssymetricFusionOfLineDetector
Role : Test d'instanciation du filtre composite AssymmetricFusionOfLineDetector
$Id$
=========================================================================*/
......@@ -24,9 +24,9 @@
#include "otbImageFileWriter.h"
#include "otbAssymetricFusionOfLineDetectorImageFilter.h"
#include "otbAssymmetricFusionOfLineDetectorImageFilter.h"
int otbAssymetricFusionOfLineDetectorNew( int argc, char ** argv )
int otbAssymmetricFusionOfLineDetectorNew( int argc, char ** argv )
{
try
{
......@@ -50,7 +50,7 @@ int otbAssymetricFusionOfLineDetectorNew( int argc, char ** argv )
typedef itk::LinearInterpolateImageFunction< InputImageType, double > InterpolatorType;
typedef otb::AssymetricFusionOfLineDetectorImageFilter< InputImageType, OutputImageType, InterpolatorType > FilterType;
typedef otb::AssymmetricFusionOfLineDetectorImageFilter< InputImageType, OutputImageType, InterpolatorType > FilterType;
FilterType::Pointer FilterAssSymSum = FilterType::New();
......
......@@ -35,8 +35,8 @@ REGISTER_TEST(otbLineCorrelationDetectorLinear);
REGISTER_TEST(otbLineCorrelationDetector);
REGISTER_TEST(otbAssociativeSymmetricalSumNew);
REGISTER_TEST(otbAssociativeSymmetricalSum);
REGISTER_TEST(otbAssymetricFusionOfLineDetectorNew);
REGISTER_TEST(otbAssymetricFusionOfLineDetector);
REGISTER_TEST(otbAssymmetricFusionOfLineDetectorNew);
REGISTER_TEST(otbAssymmetricFusionOfLineDetector);
REGISTER_TEST(otbHarrisImage);
REGISTER_TEST(otbMultiplyByScalarImageFilterTest);
REGISTER_TEST(otbThresholdImageToPointSetTest);
......
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