#include <aims/primalsketch/coupledSmoother.h>
|
| 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 () |
|
template<typename Geom, typename Text>
class aims::CoupledSmoother< Geom, Text >
Definition at line 47 of file coupledSmoother.h.
◆ CoupledSmoother()
template<typename Geom , typename Text >
◆ 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 >
◆ optimal()
template<typename Geom , typename Text >
The documentation for this class was generated from the following file: