![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbWindowedSincInterpolateImageGaussianFunction.h>
Inheritance diagram for otb::Function::GaussianWindowFunction< TInput, TOutput >:Public Member Functions | |
| GaussianWindowFunction () | |
| double | GetFactor () |
| unsigned int | GetRadius () const |
| TOutput | operator() (const TInput &A) const |
| void | SetRadius (unsigned int radius) |
Private Attributes | |
| double | m_Factor |
| unsigned int | m_Radius |
Gaussian interpolation windowing function.
Definition at line 41 of file otbWindowedSincInterpolateImageGaussianFunction.h.
|
inline |
Definition at line 44 of file otbWindowedSincInterpolateImageGaussianFunction.h.
|
inline |
Definition at line 52 of file otbWindowedSincInterpolateImageGaussianFunction.h.
|
inline |
Definition at line 56 of file otbWindowedSincInterpolateImageGaussianFunction.h.
|
inline |
Definition at line 62 of file otbWindowedSincInterpolateImageGaussianFunction.h.
|
inline |
Definition at line 47 of file otbWindowedSincInterpolateImageGaussianFunction.h.
|
private |
Definition at line 72 of file otbWindowedSincInterpolateImageGaussianFunction.h.
Referenced by otb::Function::GaussianWindowFunction< double, double >::GetFactor(), otb::Function::GaussianWindowFunction< double, double >::operator()(), and otb::Function::GaussianWindowFunction< double, double >::SetRadius().
|
private |
Definition at line 71 of file otbWindowedSincInterpolateImageGaussianFunction.h.
Referenced by otb::Function::GaussianWindowFunction< double, double >::GetRadius(), and otb::Function::GaussianWindowFunction< double, double >::SetRadius().
1.8.17