Commit c6e35b41 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: unused include

No related merge requests found
Showing with 0 additions and 8 deletions
+0 -8
......@@ -18,7 +18,6 @@
#include "otbWrapperApplication.h"
#include "otbWrapperApplicationFactory.h"
#include "otbStreamingStatisticsVectorImageFilter.h"
#include "otbUnConstrainedLeastSquareImageFilter.h"
#include "otbISRAUnmixingImageFilter.h"
#include "otbNCLSUnmixingImageFilter.h"
......@@ -30,9 +29,6 @@ namespace otb
{
namespace Wrapper
{
typedef otb::StreamingStatisticsVectorImageFilter<DoubleVectorImageType> StreamingStatisticsVectorImageFilterType;
typedef otb::UnConstrainedLeastSquareImageFilter<DoubleVectorImageType, DoubleVectorImageType, double> UCLSUnmixingFilterType;
typedef otb::ISRAUnmixingImageFilter<DoubleVectorImageType, DoubleVectorImageType, double> ISRAUnmixingFilterType;
typedef otb::NCLSUnmixingImageFilter<DoubleVectorImageType, DoubleVectorImageType, double> NCLSUnmixingFilterType;
......
......@@ -39,7 +39,6 @@
#include "itkRescaleIntensityImageFilter.h"
#include "otbStreamingMinMaxImageFilter.h"
#include "otbStreamingStatisticsImageFilter.h"
#include "otbExtractROI.h"
#include "otbImageFileReader.h"
#include "otbImageFileWriter.h"
......@@ -183,9 +182,6 @@ public:
typedef otb::StreamingMinMaxImageFilter
<FloatImageType> MinMaxFilterType;
typedef otb::StreamingStatisticsImageFilter
<FloatImageType> StatisticsFilterType;
typedef otb::ExtractROI
<FloatPixelType,FloatPixelType> ExtractFilterType;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment