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


Public Member Functions | |
| MaskedDiffusionSmoother (float delta_t, bool safe=true) | |
| ~MaskedDiffusionSmoother () | |
| carto::VolumeRef< T > | doSmoothing (const carto::VolumeRef< 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 (const carto::rc_ptr< carto::Volume< short > > &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< carto::VolumeRef< T >, carto::VolumeRef< T > > | |
| virtual | ~Smoother () |
Additional Inherited Members | |
Static Public Member Functions inherited from aims::BaseDiffusionSmoother< T > | |
| static carto::VolumeRef< float > | init_laplacian (void) |
Static Public Attributes inherited from aims::BaseDiffusionSmoother< T > | |
| static carto::VolumeRef< float > | laplacian |
Protected Attributes inherited from aims::BaseMaskedDiffusionSmoother< T > | |
| carto::VolumeRef< short > | _mask |
| bool | _safe |
| short | _background |
Protected Attributes inherited from aims::BaseDiffusionSmoother< T > | |
| float | _dt |
Definition at line 127 of file diffusionSmoother.h.
|
inline |
Definition at line 130 of file diffusionSmoother.h.
|
inline |
Definition at line 132 of file diffusionSmoother.h.
|
virtual |
Implements aims::BaseMaskedDiffusionSmoother< T >.