OTB
9.0.0
Orfeo Toolbox
|
#include <otbWindowedSincInterpolateImageBlackmanFunction.h>
Public Member Functions | |
BlackmanWindowFunction () | |
double | GetFactor1 () |
double | GetFactor2 () |
unsigned int | GetRadius () const |
TOutput | operator() (const TInput &A) const |
void | SetRadius (unsigned int radius) |
Private Attributes | |
double | m_Factor1 |
double | m_Factor2 |
unsigned int | m_Radius |
Window function for sinc interpolation.
Definition at line 41 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
|
inline |
Definition at line 44 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
|
inline |
Definition at line 57 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
|
inline |
Definition at line 61 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
|
inline |
Definition at line 53 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
|
inline |
Definition at line 67 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
|
inline |
Definition at line 47 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
|
private |
Definition at line 78 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
Referenced by otb::Function::BlackmanWindowFunction< double, double >::GetFactor1(), otb::Function::BlackmanWindowFunction< double, double >::operator()(), and otb::Function::BlackmanWindowFunction< double, double >::SetRadius().
|
private |
Definition at line 80 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
Referenced by otb::Function::BlackmanWindowFunction< double, double >::GetFactor2(), otb::Function::BlackmanWindowFunction< double, double >::operator()(), and otb::Function::BlackmanWindowFunction< double, double >::SetRadius().
|
private |
Definition at line 76 of file otbWindowedSincInterpolateImageBlackmanFunction.h.
Referenced by otb::Function::BlackmanWindowFunction< double, double >::GetRadius(), and otb::Function::BlackmanWindowFunction< double, double >::SetRadius().