From 9fbfa7bd49b632059d9a684788592e586ef4e163 Mon Sep 17 00:00:00 2001 From: Patrick Imbo <patrick.imbo@c-s.fr> Date: Thu, 7 Sep 2006 15:12:26 +0000 Subject: [PATCH] =?UTF-8?q?otbLogPolarResampleImageFilter=20:=20impl=C3=A9?= =?UTF-8?q?mentation=20de=20la=20classe=20+=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/BasicFilters/otbLogPolarResampleImageFilter.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Code/BasicFilters/otbLogPolarResampleImageFilter.h b/Code/BasicFilters/otbLogPolarResampleImageFilter.h index 50edad741c..2fe4ad4e05 100644 --- a/Code/BasicFilters/otbLogPolarResampleImageFilter.h +++ b/Code/BasicFilters/otbLogPolarResampleImageFilter.h @@ -19,8 +19,6 @@ #ifndef __otbLogPolarResampleImageFilter_h #define __otbLogPolarResampleImageFilter_h -//#include "itkImageFunction.h" -//#include "itkImageRegionIterator.h" #include "otbImage.h" #include "itkImageToImageFilter.h" #include "itkLinearInterpolateImageFunction.h" @@ -203,10 +201,7 @@ private: InterpolatorPointer m_Interpolator; // Image function for interpolation OutputPixelType m_DefaultPixelValue; // default pixel value if the point // is outside the image - // output image spacing - OriginPointType m_OutputOrigin; // output image origin - IndexType m_OutputStartIndex; // output image start index - bool m_IsOriginAtCenter; // true if input image origin is at center of the image + bool m_IsOriginAtCenter; // true if input image origin is at center of the image double m_AngularStep; double m_RadialStep; double m_RadialNumberOfSamples; -- GitLab