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

#include <aims/primalsketch/coupledSmoother.h>

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

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

Definition at line 59 of file coupledSmoother.h.

◆ optimal()

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

Definition at line 60 of file coupledSmoother.h.


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