ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Static Private Attributes | List of all members
itk::Function::WelchWindowFunction< VRadius, TInput, TOutput > Class Template Reference

#include <itkWindowedSincInterpolateImageFunction.h>

Detailed Description

template<unsigned int VRadius, class TInput = double, class TOutput = double>
class itk::Function::WelchWindowFunction< VRadius, TInput, TOutput >

Window function for sinc interpolation.

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

.

See Also
WindowedSincInterpolateImageFunction

Definition at line 80 of file itkWindowedSincInterpolateImageFunction.h.

Public Member Functions

TOutput operator() (const TInput &A) const
 

Static Private Attributes

static const double m_Factor
 

Member Function Documentation

template<unsigned int VRadius, class TInput = double, class TOutput = double>
TOutput itk::Function::WelchWindowFunction< 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::WelchWindowFunction< VRadius, TInput, TOutput >::m_Factor
staticprivate

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