ITK
6.0.0
Insight Toolkit
|
#include <itkWindowedSincInterpolateImageFunction.h>
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.
Definition at line 106 of file itkWindowedSincInterpolateImageFunction.h.
Public Member Functions | |
TOutput | operator() (const TInput &A) const |
|
inline |
Equal to \( \frac{\pi}{m} \)
Definition at line 110 of file itkWindowedSincInterpolateImageFunction.h.
References itk::Math::pi.