ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces
itkWindowedSincInterpolateImageFunction.h File Reference

Go to the source code of this file.

Classes

class  itk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput >
 Window function for sinc interpolation.

\[ w(x) = 0.42 + 0.5 cos(\frac{\pi x}{m}) + 0.08 cos(\frac{2 \pi x}{m}) \]

. More...

class  itk::Function::CosineWindowFunction< VRadius, TInput, TOutput >
 Window function for sinc interpolation.

\[ w(x) = cos(\frac{\pi x}{2 m} ) \]

. More...

class  itk::Function::HammingWindowFunction< VRadius, TInput, TOutput >
 Window function for sinc interpolation.

\[ w(x) = 0.54 + 0.46 cos(\frac{\pi x}{m} ) \]

. More...

class  itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >
 Window function for sinc interpolation.

\[ w(x) = \textrm{sinc} ( \frac{x}{m} ) \]

Note: Paper referenced in WindowedSincInterpolateImageFunction gives an incorrect definition of this window function. More...

class  itk::Function::WelchWindowFunction< VRadius, TInput, TOutput >
 Window function for sinc interpolation.

\[ w(x) = 1 - ( \frac{x^2}{m^2} ) \]

. More...

class  itk::WindowedSincInterpolateImageFunction< TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep >
 Use the windowed sinc function to interpolate. More...

Namespaces

namespace  itk
namespace  itk::Function