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

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

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

#include <itkWindowedSincInterpolateImageFunction.h>

List of all members.

Public Member Functions

TOutput operator() (const TInput &A) const


Detailed Description

template<unsigned int VRadius, class TInput = double, class TOutput = double>
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}) \]

.

See also:
WindowedSincInterpolateImageFunction

Definition at line 119 of file itkWindowedSincInterpolateImageFunction.h.


Member Function Documentation

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

Definition at line 122 of file itkWindowedSincInterpolateImageFunction.h.


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

Generated at Tue Sep 15 15:28:56 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000