aimsalgo  5.1.2
Neuroimaging image processing
aims::Smoother< Geom, Text > Class Template Referenceabstract

#include <aims/primalsketch/smoother.h>

Public Member Functions

 Smoother ()
 
virtual ~Smoother ()
 
virtual Text doSmoothing (const Text &ima, int maxiter, bool verbose=false)=0
 
virtual float dt ()
 
virtual bool optimal ()
 

Detailed Description

template<typename Geom, typename Text>
class aims::Smoother< Geom, Text >

Definition at line 48 of file smoother.h.

Constructor & Destructor Documentation

◆ Smoother()

template<typename Geom , typename Text >
aims::Smoother< Geom, Text >::Smoother ( )
inline

Definition at line 55 of file smoother.h.

◆ ~Smoother()

template<typename Geom , typename Text >
virtual aims::Smoother< Geom, Text >::~Smoother ( )
inlinevirtual

Definition at line 56 of file smoother.h.

Member Function Documentation

◆ doSmoothing()

template<typename Geom , typename Text >
virtual Text aims::Smoother< Geom, Text >::doSmoothing ( const Text &  ima,
int  maxiter,
bool  verbose = false 
)
pure virtual

◆ dt()

template<typename Geom , typename Text >
virtual float aims::Smoother< Geom, Text >::dt ( )
inlinevirtual

Definition at line 58 of file smoother.h.

◆ optimal()

template<typename Geom , typename Text >
virtual bool aims::Smoother< Geom, Text >::optimal ( )
inlinevirtual

Definition at line 59 of file smoother.h.


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