From c8875e39216fc056a5918c3c4ad38d5257594957 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Tue, 20 Sep 2011 10:25:51 +0200 Subject: [PATCH] ENH: remove commented code --- Applications/Hyperspectral/otbHyperspectralUnmixing.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Applications/Hyperspectral/otbHyperspectralUnmixing.cxx b/Applications/Hyperspectral/otbHyperspectralUnmixing.cxx index 123ea6f790..39737f3a50 100644 --- a/Applications/Hyperspectral/otbHyperspectralUnmixing.cxx +++ b/Applications/Hyperspectral/otbHyperspectralUnmixing.cxx @@ -18,22 +18,15 @@ #include "otbWrapperApplication.h" #include "otbWrapperApplicationFactory.h" -//#include "otbVectorImage.h" -//#include "otbImageFileReader.h" -//#include "otbStreamingImageFileWriter.h" - #include <boost/algorithm/string.hpp> #include "otbStreamingStatisticsVectorImageFilter.h" - #include "otbEigenvalueLikelihoodMaximisation.h" #include "otbVcaImageFilter.h" - #include "otbUnConstrainedLeastSquareImageFilter.h" #include "otbISRAUnmixingImageFilter.h" #include "otbNCLSUnmixingImageFilter.h" #include "otbFCLSUnmixingImageFilter.h" -//#include "otbCLSPSTOUnmixingImageFilter.h" #include "otbVectorImageToMatrixImageFilter.h" @@ -58,7 +51,6 @@ typedef otb::UnConstrainedLeastSquareImageFilter<DoubleVectorImageType,DoubleVec typedef otb::ISRAUnmixingImageFilter<DoubleVectorImageType,DoubleVectorImageType,double> ISRAUnmixingFilterType; typedef otb::NCLSUnmixingImageFilter<DoubleVectorImageType,DoubleVectorImageType,double> NCLSUnmixingFilterType; typedef otb::FCLSUnmixingImageFilter<DoubleVectorImageType,DoubleVectorImageType,double> FCLSUnmixingFilterType; -//typedef otb::CLSPSTOUnmixingImageFilter<DoubleVectorImageType,DoubleVectorImageType,double> CLSPSTOUnmixingFilterType; typedef otb::VectorImageToMatrixImageFilter<DoubleVectorImageType> VectorImageToMatrixImageFilterType; -- GitLab