aimsalgo 6.0.0
Neuroimaging image processing
aims::CoupledSmoother< Geom, Text > Class Template Referenceabstract

#include <aims/primalsketch/coupledSmoother.h>

Inheritance diagram for aims::CoupledSmoother< Geom, Text >:

Public Member Functions

 CoupledSmoother ()
 
virtual std::pair< Text, Text > doSmoothing (const std::pair< Text, Text > &ima, const std::pair< Text, Text > &constraint, int maxiter, bool verbose=false)=0
 
virtual float dt ()
 
virtual bool optimal ()
 

Detailed Description

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

Definition at line 47 of file coupledSmoother.h.

Constructor & Destructor Documentation

◆ CoupledSmoother()

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

Definition at line 54 of file coupledSmoother.h.

Member Function Documentation

◆ doSmoothing()

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

◆ dt()

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

Reimplemented in aims::CoupledDiffusion2DSmoother< T >.

Definition at line 60 of file coupledSmoother.h.

◆ optimal()

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

Reimplemented in aims::CoupledDiffusion2DSmoother< T >.

Definition at line 61 of file coupledSmoother.h.


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