ITK  6.0.0
Insight Toolkit
Public Member Functions | List of all members
itk::Function::HammingWindowFunction< VRadius, TInput, TOutput > Class Template Reference

#include <itkWindowedSincInterpolateImageFunction.h>

Detailed Description

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

Window function for sinc interpolation.

\[ w(x) = 0.54 + 0.46 cos(\frac{\pi x}{m} ) \]

See also
WindowedSincInterpolateImageFunction
Examples
Examples/Filtering/ResampleImageFilter8.cxx.

Definition at line 61 of file itkWindowedSincInterpolateImageFunction.h.

Public Member Functions

TOutput operator() (const TInput &A) const
 

Member Function Documentation

◆ operator()()

template<unsigned int VRadius, typename TInput = double, typename TOutput = double>
TOutput itk::Function::HammingWindowFunction< VRadius, TInput, TOutput >::operator() ( const TInput &  A) const
inline

Equal to \( \frac{\pi}{m} \)

Definition at line 65 of file itkWindowedSincInterpolateImageFunction.h.

References itk::Math::pi.


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