Skip to content
Snippets Groups Projects
Commit 9fbfa7bd authored by Patrick Imbo's avatar Patrick Imbo
Browse files

otbLogPolarResampleImageFilter : implémentation de la classe + tests

parent 7426bd6f
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment