ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkWindowedSincInterpolateImageFunction.h>
Window function for sinc interpolation.
Note: Paper referenced in WindowedSincInterpolateImageFunction gives an incorrect definition of this window function.
Definition at line 103 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 106 of file itkWindowedSincInterpolateImageFunction.h.
References itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >::m_Factor.
|
staticprivate |
Equal to
Definition at line 116 of file itkWindowedSincInterpolateImageFunction.h.
Referenced by itk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >::operator()().