aimsalgo  5.0.5
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)
 
AimsData< T > doSmoothing (const AimsData< T > &ima, int maxiter, bool verbose=false)
 
float dt ()
 
bool optimal ()
 
- Public Member Functions inherited from aims::Smoother< AimsData< T >, AimsData< 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::PeronaMalikSmoother< T >::doSmoothing(), and verbose.

Member Function Documentation

◆ doSmoothing()

◆ dt()

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

Reimplemented from aims::Smoother< AimsData< T >, AimsData< T > >.

Definition at line 89 of file peronaMalikSmoother.h.

◆ optimal()

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

Reimplemented from aims::Smoother< AimsData< T >, AimsData< T > >.

Definition at line 90 of file peronaMalikSmoother.h.


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