OTB
9.0.0
Orfeo Toolbox
|
#include <otbWindowedSincInterpolateImageLanczosFunction.h>
Public Member Functions | |
double | GetFactor () |
unsigned int | GetRadius () const |
LanczosWindowFunction () | |
TOutput | operator() (const TInput &A) const |
void | SetRadius (unsigned int radius) |
Private Attributes | |
double | m_Factor |
unsigned int | m_Radius |
Window function for sinc interpolation.
Note: Paper referenced in WindowedSincInterpolateImageFunctionBase gives an incorrect definition of this window function.
Definition at line 43 of file otbWindowedSincInterpolateImageLanczosFunction.h.
|
inline |
Definition at line 46 of file otbWindowedSincInterpolateImageLanczosFunction.h.
|
inline |
Definition at line 58 of file otbWindowedSincInterpolateImageLanczosFunction.h.
|
inline |
Definition at line 54 of file otbWindowedSincInterpolateImageLanczosFunction.h.
|
inline |
Definition at line 64 of file otbWindowedSincInterpolateImageLanczosFunction.h.
|
inline |
Definition at line 49 of file otbWindowedSincInterpolateImageLanczosFunction.h.
|
private |
Definition at line 84 of file otbWindowedSincInterpolateImageLanczosFunction.h.
Referenced by otb::Function::LanczosWindowFunction< double, double >::GetFactor(), otb::Function::LanczosWindowFunction< double, double >::operator()(), and otb::Function::LanczosWindowFunction< double, double >::SetRadius().
|
private |
Definition at line 82 of file otbWindowedSincInterpolateImageLanczosFunction.h.
Referenced by otb::Function::LanczosWindowFunction< double, double >::GetRadius(), and otb::Function::LanczosWindowFunction< double, double >::SetRadius().