![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/signalfilter/diffusionSmoother.h>


Public Member Functions | |
| MaskedDiffusionSmoother (float delta_t, bool safe=true) | |
| ~MaskedDiffusionSmoother () | |
| AimsData< T > | doSmoothing (const AimsData< T > &ima, int maxiter, bool verbose=false) |
Public Member Functions inherited from aims::BaseMaskedDiffusionSmoother< T > | |
| BaseMaskedDiffusionSmoother (float delta_t, bool safe=true) | |
| ~BaseMaskedDiffusionSmoother () | |
| void | setMask (AimsData< short > *const mask, short background=0) |
Public Member Functions inherited from aims::BaseDiffusionSmoother< T > | |
| BaseDiffusionSmoother (float delta_t) | |
| ~BaseDiffusionSmoother () | |
| void | check (int maxiter) |
| bool | optimal () |
| void | SetDt (float Delta_t) |
| float | dt () |
Public Member Functions inherited from aims::Smoother< AimsData< T >, AimsData< T > > | |
| virtual | ~Smoother () |
Additional Inherited Members | |
Static Public Member Functions inherited from aims::BaseDiffusionSmoother< T > | |
| static AimsData< float > | init_laplacian (void) |
Static Public Attributes inherited from aims::BaseDiffusionSmoother< T > | |
| static AimsData< float > | laplacian |
Protected Attributes inherited from aims::BaseMaskedDiffusionSmoother< T > | |
| AimsData< short > * | _mask |
| bool | _safe |
| short | _background |
Protected Attributes inherited from aims::BaseDiffusionSmoother< T > | |
| float | _dt |
Definition at line 124 of file diffusionSmoother.h.
|
inline |
Definition at line 127 of file diffusionSmoother.h.
|
inline |
Definition at line 129 of file diffusionSmoother.h.
References aims::BaseDiffusionSmoother< T >::doSmoothing(), and verbose.
|
virtual |
Implements aims::BaseMaskedDiffusionSmoother< T >.