ITK
6.0.0
Insight Toolkit
|
#include <itkWindowedSincInterpolateImageFunction.h>
Window function for sinc interpolation.
\[ w(x) = 1 - ( \frac{x^2}{m^2} ) \]
Definition at line 84 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 88 of file itkWindowedSincInterpolateImageFunction.h.
|
staticprivate |
Equal to \( \frac{1}{m^2} \)
Definition at line 96 of file itkWindowedSincInterpolateImageFunction.h.