![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/primalsketch/peronaMalikSmoother.h>
Public Member Functions | |
PeronaMalikSmoother (float dt, float K, float sigma, int cond) | |
carto::VolumeRef< T > | doSmoothing (const carto::VolumeRef< T > &ima, int maxiter, bool verbose=false) |
float | dt () |
bool | optimal () |
![]() | |
virtual | ~Smoother () |
Definition at line 43 of file peronaMalikSmoother.h.
|
inline |
Definition at line 83 of file peronaMalikSmoother.h.
References aims::_sigma, and aims::PeronaMalikSmoother< T >::dt().
|
virtual |
Implements aims::Smoother< carto::VolumeRef< T >, carto::VolumeRef< T > >.
Definition at line 47 of file peronaMalikSmoother_d.h.
References aims::_sigma, carto::VolumeRef< class >::begin(), carto::Converter< class, class >::convert(), GaussianGradient< T >::doit(), carto::VolumeRef< class >::getSize(), carto::VolumeRef< class >::getSizeX(), carto::VolumeRef< class >::getSizeY(), carto::VolumeRef< class >::getSizeZ(), and swap().
|
inlinevirtual |
Reimplemented from aims::Smoother< carto::VolumeRef< T >, carto::VolumeRef< T > >.
Definition at line 89 of file peronaMalikSmoother.h.
Referenced by aims::PeronaMalikSmoother< T >::PeronaMalikSmoother().
|
inlinevirtual |
Reimplemented from aims::Smoother< carto::VolumeRef< T >, carto::VolumeRef< T > >.
Definition at line 90 of file peronaMalikSmoother.h.