Skip to content
Snippets Groups Projects
Commit c6e35b41 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: unused include

parent f7a9c5c7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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