Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkWindowedSincInterpolateImageFunction.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk
namespace  itk::Function

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...


Generated at Thu Nov 6 01:07:24 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000