aimsalgo  5.1.2
Neuroimaging image processing
aims::PeronaMalikSmoother< T > Class Template Reference

#include <aims/primalsketch/peronaMalikSmoother.h>

Inheritance diagram for aims::PeronaMalikSmoother< T >:
Collaboration diagram for aims::PeronaMalikSmoother< T >:

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 ()
 
- Public Member Functions inherited from aims::Smoother< carto::VolumeRef< T >, carto::VolumeRef< T > >
virtual ~Smoother ()
 

Detailed Description

template<class T>
class aims::PeronaMalikSmoother< T >

Definition at line 43 of file peronaMalikSmoother.h.

Constructor & Destructor Documentation

◆ PeronaMalikSmoother()

template<class T >
aims::PeronaMalikSmoother< T >::PeronaMalikSmoother ( float  dt,
float  K,
float  sigma,
int  cond 
)
inline

Definition at line 83 of file peronaMalikSmoother.h.

References aims::_sigma, and aims::PeronaMalikSmoother< T >::dt().

Member Function Documentation

◆ doSmoothing()

◆ dt()

template<class T >
float aims::PeronaMalikSmoother< T >::dt ( )
inlinevirtual

◆ optimal()

template<class T >
bool aims::PeronaMalikSmoother< T >::optimal ( )
inlinevirtual

The documentation for this class was generated from the following files: