![]() |
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) |
![]() | |
BaseMaskedDiffusionSmoother (float delta_t, bool safe=true) | |
~BaseMaskedDiffusionSmoother () | |
void | setMask (const carto::rc_ptr< carto::Volume< short > > &mask, short background=0) |
![]() | |
BaseDiffusionSmoother (float delta_t) | |
~BaseDiffusionSmoother () | |
void | check (int maxiter) |
bool | optimal () |
void | SetDt (float Delta_t) |
float | dt () |
![]() | |
virtual | ~Smoother () |
Additional Inherited Members | |
![]() | |
static carto::VolumeRef< float > | init_laplacian (void) |
![]() | |
static carto::VolumeRef< float > | laplacian |
![]() | |
carto::VolumeRef< short > | _mask |
bool | _safe |
short | _background |
![]() | |
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 >.