ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Static Private Attributes
itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput > Class Template Reference

#include <itkWindowedSincInterpolateImageFunction.h>

List of all members.

Public Member Functions

TOutput operator() (const TInput &A) const

Static Private Attributes

static const double m_Factor

Detailed Description

template<unsigned int VRadius, class TInput = double, class TOutput = double>
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.

See also:
WindowedSincInterpolateImageFunction

Definition at line 100 of file itkWindowedSincInterpolateImageFunction.h.


Member Function Documentation

template<unsigned int VRadius, class TInput = double, class TOutput = double>
TOutput itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >::operator() ( const TInput &  A) const [inline]

Member Data Documentation

template<unsigned int VRadius, class TInput = double, class TOutput = double>
const double itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >::m_Factor [static, private]

The documentation for this class was generated from the following file: