|
OpenStructure
|
#include <fourier_filters.hh>
Inherits ButterworthLowPassFilter.
Public Member Functions | |
| ButterworthHighPassFilter (Real limit=1.0, Real stop=1.0) | |
Public Member Functions inherited from ButterworthLowPassFilter | |
| 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 () |
Public Member Functions inherited from AlgorithmBase | |
| const String & | GetName () const |
| virtual | ~AlgorithmBase () |
Additional Inherited Members | |
Protected Member Functions inherited from ConstModIPAlgorithm | |
| ConstModIPAlgorithm (const String &name) | |
| ConstModIPAlgorithm (const ConstModIPAlgorithm &a) | |
| ConstModIPAlgorithm & | operator= (const ConstModIPAlgorithm &a) |
Protected Member Functions inherited from AlgorithmBase | |
| AlgorithmBase (const String &n) | |
| AlgorithmBase (const AlgorithmBase &a) | |
| AlgorithmBase & | operator= (const AlgorithmBase &b) |
Butterworth High Pass Filter.
limit = passband in voxel sampling units stop = stopband in voxel sampling units
Definition at line 215 of file fourier_filters.hh.
|
inline |
Definition at line 218 of file fourier_filters.hh.