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 109 of file itkWindowedSincInterpolateImageFunction.h.
Public Member Functions | |
TOutput | operator() (const TInput &A) const |
Static Private Attributes | |
static const double | m_Factor |
|
inline |
Definition at line 113 of file itkWindowedSincInterpolateImageFunction.h.
|
staticprivate |
Equal to \( \frac{\pi}{m} \)
Definition at line 126 of file itkWindowedSincInterpolateImageFunction.h.