#include <fourier_filters.hh>
Inherits ost::img::ConstModIPAlgorithm.
Public Member Functions | |
| GaussianLowPassFilter (Real limit=1.0) | |
| virtual void | Visit (ImageHandle &ih) const |
| void | SetLimit (Real limit) |
| Real | GetLimit () |
limit = cutoff in voxel sampling units
Definition at line 80 of file fourier_filters.hh.
| GaussianLowPassFilter | ( | Real | limit = 1.0 |
) | [inline] |
Definition at line 84 of file fourier_filters.hh.
| Real GetLimit | ( | ) | [inline] |
Definition at line 92 of file fourier_filters.hh.
| void SetLimit | ( | Real | limit | ) | [inline] |
Definition at line 91 of file fourier_filters.hh.
| virtual void Visit | ( | ImageHandle & | ih | ) | const [virtual] |
Implements ConstModIPAlgorithm.
1.5.8