#include <fourier_filters.hh>
Inherits ost::img::ConstModIPAlgorithm.
Inherited by ButterworthHighPassFilter.
Public Member Functions | |
| ButterworthLowPassFilter (Real limit=1.0, Real stop=1.0) | |
| virtual void | Visit (ImageHandle &ih) const |
| void | SetLimit (Real limit) |
| Real | GetLimit () |
| void | SetStop (Real stop) |
| Real | GetStop () |
| void | SetEps (Real eps) |
| Real | GetEps () |
| void | SetA (Real a) |
| Real | GetA () |
limit = passband in voxel sampling units stop = stopband in voxel sampling units
Definition at line 178 of file fourier_filters.hh.
| ButterworthLowPassFilter | ( | Real | limit = 1.0, |
|
| Real | stop = 1.0 | |||
| ) | [inline] |
Definition at line 182 of file fourier_filters.hh.
| Real GetA | ( | ) | [inline] |
Definition at line 202 of file fourier_filters.hh.
| Real GetEps | ( | ) | [inline] |
Definition at line 199 of file fourier_filters.hh.
| Real GetLimit | ( | ) | [inline] |
Definition at line 193 of file fourier_filters.hh.
| Real GetStop | ( | ) | [inline] |
Definition at line 196 of file fourier_filters.hh.
| void SetA | ( | Real | a | ) | [inline] |
Definition at line 201 of file fourier_filters.hh.
| void SetEps | ( | Real | eps | ) | [inline] |
Definition at line 198 of file fourier_filters.hh.
| void SetLimit | ( | Real | limit | ) | [inline] |
Definition at line 192 of file fourier_filters.hh.
| void SetStop | ( | Real | stop | ) | [inline] |
Definition at line 195 of file fourier_filters.hh.
| virtual void Visit | ( | ImageHandle & | ih | ) | const [virtual] |
Implements ConstModIPAlgorithm.
1.5.8