Orfeo Toolbox  3.16
otbFilteringExamplesTests.cxx
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ORFEO Toolbox
4  Language: C++
5  Date: $Date$
6  Version: $Revision$
7 
8 
9  Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
10  See OTBCopyright.txt for details.
11 
12 
13  This software is distributed WITHOUT ANY WARRANTY; without even
14  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  PURPOSE. See the above copyright notices for more information.
16 
17 =========================================================================*/
18 
19 // this file defines the otbMultiScaleTest for the test driver
20 // and all it expects is that you have a function called RegisterTests
21 
22 #include <iostream>
23 #include "otbTestMain.h"
24 
26 {
27  REGISTER_TEST(MathematicalMorphologyBinaryFiltersTest);
28  REGISTER_TEST(DanielssonDistanceMapImageFilterTest);
29  REGISTER_TEST(MeanImageFilterTest);
30  REGISTER_TEST(ThresholdImageFilterTest);
31  REGISTER_TEST(GradientMagnitudeRecursiveGaussianImageFilterTest);
32  REGISTER_TEST(GradientAnisotropicDiffusionImageFilterTest);
33  REGISTER_TEST(GradientMagnitudeImageFilterTest);
34  REGISTER_TEST(MathematicalMorphologyGrayscaleFiltersTest);
35  REGISTER_TEST(LaplacianRecursiveGaussianImageFilter1Test);
36  REGISTER_TEST(LaplacianRecursiveGaussianImageFilter2Test);
37  REGISTER_TEST(CannyEdgeDetectionImageFilterTest);
38  REGISTER_TEST(DiscreteGaussianImageFilterTest);
39  REGISTER_TEST(MedianImageFilterTest);
40  REGISTER_TEST(BinaryThresholdImageFilterTest);
41  REGISTER_TEST(DerivativeImageFilterTest);
42 }
43 
44 #undef main
45 #define main MathematicalMorphologyBinaryFiltersTest
47 
48 #undef main
49 #define main DanielssonDistanceMapImageFilterTest
51 
52 #undef main
53 #define main MeanImageFilterTest
54 #include "MeanImageFilter.cxx"
55 
56 #undef main
57 #define main ThresholdImageFilterTest
58 #include "ThresholdImageFilter.cxx"
59 
60 #undef main
61 #define main GradientMagnitudeRecursiveGaussianImageFilterTest
63 
64 #undef main
65 #define main GradientAnisotropicDiffusionImageFilterTest
67 
68 #undef main
69 #define main GradientMagnitudeImageFilterTest
71 
72 #undef main
73 #define main MathematicalMorphologyGrayscaleFiltersTest
75 
76 #undef main
77 #define main LaplacianRecursiveGaussianImageFilter1Test
79 
80 #undef main
81 #define main LaplacianRecursiveGaussianImageFilter2Test
83 
84 #undef main
85 #define main CannyEdgeDetectionImageFilterTest
87 
88 #undef main
89 #define main DiscreteGaussianImageFilterTest
91 
92 #undef main
93 #define main MedianImageFilterTest
94 #include "MedianImageFilter.cxx"
95 
96 #undef main
97 #define main BinaryThresholdImageFilterTest
99 
100 #undef main
101 #define main DerivativeImageFilterTest
102 #include "DerivativeImageFilter.cxx"

Generated at Sun Feb 3 2013 00:22:42 for Orfeo Toolbox with doxygen 1.8.1.1