![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/signalfilter/diffusionSmoother.h>
Public Member Functions | |
BaseMaskedDiffusionSmoother (float delta_t, bool safe=true) | |
~BaseMaskedDiffusionSmoother () | |
virtual AimsData< T > | doSmoothing (const AimsData< T > &ima, int maxiter, bool verbose=false)=0 |
void | setMask (AimsData< short > *const mask, short background=0) |
![]() | |
BaseDiffusionSmoother (float delta_t) | |
~BaseDiffusionSmoother () | |
void | check (int maxiter) |
bool | optimal () |
void | SetDt (float Delta_t) |
float | dt () |
![]() | |
virtual | ~Smoother () |
Protected Attributes | |
AimsData< short > * | _mask |
bool | _safe |
short | _background |
![]() | |
float | _dt |
Additional Inherited Members | |
![]() | |
static AimsData< float > | init_laplacian (void) |
![]() | |
static AimsData< float > | laplacian |
Definition at line 99 of file diffusionSmoother.h.
|
inline |
Definition at line 102 of file diffusionSmoother.h.
|
inline |
Definition at line 104 of file diffusionSmoother.h.
References aims::BaseDiffusionSmoother< T >::doSmoothing(), and verbose.
|
pure virtual |
|
inline |
Definition at line 109 of file diffusionSmoother.h.
References aims::mask().
|
protected |
Definition at line 118 of file diffusionSmoother.h.
|
protected |
Definition at line 116 of file diffusionSmoother.h.
|
protected |
Definition at line 117 of file diffusionSmoother.h.