![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
Heat diffusion with a volume of given datasource (Dirichlet conditions) More...
#include <aims/signalfilter/diffusionSmoother.h>
Public Member Functions | |
DiffusionSmoother (float delta_t) | |
~DiffusionSmoother () | |
virtual carto::VolumeRef< T > | doSmoothing (const carto::VolumeRef< T > &ima, int maxiter, bool verbose=false) |
void | setConstantSources (const carto::VolumeRef< T > &, const T &background) |
void | removeConstantSources () |
![]() | |
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 |
![]() | |
float | _dt |
Heat diffusion with a volume of given datasource (Dirichlet conditions)
Definition at line 79 of file diffusionSmoother.h.
|
inline |
Definition at line 82 of file diffusionSmoother.h.
|
inline |
Definition at line 84 of file diffusionSmoother.h.
|
virtual |
Implements aims::BaseDiffusionSmoother< T >.
Definition at line 86 of file diffusionSmoother_d.h.
References carto::Converter< class, class >::convert(), AimsConvolution< T >::doit(), carto::VolumeRef< class >::getSize(), carto::VolumeRef< class >::getVoxelSize(), swap(), and verbose.
void aims::DiffusionSmoother< T >::removeConstantSources |
Definition at line 172 of file diffusionSmoother_d.h.
void aims::DiffusionSmoother< T >::setConstantSources | ( | const carto::VolumeRef< T > & | sources, |
const T & | background | ||
) |
Definition at line 162 of file diffusionSmoother_d.h.