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

itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput > Class Template Reference

#include <itkWindowedSincInterpolateImageFunction.h>

List of all members.


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 96 of file itkWindowedSincInterpolateImageFunction.h.

Public Member Functions

TOutput operator() (const TInput &A) const


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]

Definition at line 99 of file itkWindowedSincInterpolateImageFunction.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:29 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000