![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|


Go to the source code of this file.
Classes | |
| class | AimsData< T > |
| class | AimsFIRFilter |
| The class of Finite Impulse Response filters. More... | |
Enumerations | |
| enum | AimsDirectionAxis { AIMS_X_DIRECTION, AIMS_Y_DIRECTION, AIMS_Z_DIRECTION, AIMS_T_DIRECTION } |
| The 4 dimensions. More... | |
| enum | AimsFirFilterType { AIMS_FIR_LOWPASS, AIMS_FIR_HIGHPASS, AIMS_FIR_BANDPASS, AIMS_FIR_BANDSTOP } |
| The different types of finite impulse response filters. More... | |
| enum AimsDirectionAxis |
The 4 dimensions.
Useful enum to specify one direction.
| Enumerator | |
|---|---|
| AIMS_X_DIRECTION | |
| AIMS_Y_DIRECTION | |
| AIMS_Z_DIRECTION | |
| AIMS_T_DIRECTION | |
Definition at line 47 of file firfilter.h.
| enum AimsFirFilterType |
The different types of finite impulse response filters.
| Enumerator | |
|---|---|
| AIMS_FIR_LOWPASS | |
| AIMS_FIR_HIGHPASS | |
| AIMS_FIR_BANDPASS | |
| AIMS_FIR_BANDSTOP | |
Definition at line 58 of file firfilter.h.