ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkWindowedSincInterpolateImageFunction.h>
Public Member Functions | |
TOutput | operator() (const TInput &A) const |
Static Private Attributes | |
static const double | m_Factor |
Window function for sinc interpolation.
Note: Paper referenced in WindowedSincInterpolateImageFunction gives an incorrect definition of this window function.
Definition at line 100 of file itkWindowedSincInterpolateImageFunction.h.
|
inline |
Definition at line 103 of file itkWindowedSincInterpolateImageFunction.h.
References itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >::m_Factor.
|
staticprivate |
Equal to
Definition at line 113 of file itkWindowedSincInterpolateImageFunction.h.
Referenced by itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >::operator()().