![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/primalsketch/finiteElementSmoother.h>
Public Member Functions | |
FiniteElementSmoother (float dt, AimsSurface< D, Void > *mesh) | |
FiniteElementSmoother (float dt, AimsSurface< D, Void > *mesh, std::map< unsigned, std::set< std::pair< unsigned, float > > > &previouslyComputedWeights) | |
std::map< unsigned, std::set< std::pair< unsigned, float > > > | getWeights () |
virtual | ~FiniteElementSmoother () |
void | SetDt (float dt) |
float | dt () |
Texture< T > | doSmoothing (const Texture< T > &ima, int maxiter, bool verbose=true) |
bool | optimal () |
![]() | |
Smoother () | |
Smoother (AimsSurface< D > *mesh) | |
virtual | ~Smoother () |
Additional Inherited Members | |
![]() | |
AimsSurface< D, Void > * | _mesh |
Definition at line 48 of file finiteElementSmoother.h.
|
inline |
Definition at line 63 of file finiteElementSmoother.h.
References aims::Smoother< AimsSurface< D, Void >, Texture< T > >::_mesh.
|
inline |
Definition at line 69 of file finiteElementSmoother.h.
References aims::Smoother< AimsSurface< D, Void >, Texture< T > >::_mesh.
|
inlinevirtual |
Definition at line 78 of file finiteElementSmoother.h.
|
virtual |
Implements aims::Smoother< AimsSurface< D, Void >, Texture< T > >.
Definition at line 48 of file finiteElementSmoother_d.h.
References AimsMeshLaplacian(), carto::Converter< class, class >::convert(), Texture< T >::item(), and Texture< T >::nItem().
Referenced by aims::FiniteElementSmoother< D, T >::dt().
|
inlinevirtual |
Reimplemented from aims::Smoother< AimsSurface< D, Void >, Texture< T > >.
Definition at line 81 of file finiteElementSmoother.h.
References aims::FiniteElementSmoother< D, T >::doSmoothing(), and verbose.
Referenced by aims::FiniteElementSmoother< D, T >::SetDt().
|
inline |
Definition at line 77 of file finiteElementSmoother.h.
|
inlinevirtual |
Reimplemented from aims::Smoother< AimsSurface< D, Void >, Texture< T > >.
Definition at line 85 of file finiteElementSmoother.h.
|
inline |
Definition at line 79 of file finiteElementSmoother.h.
References aims::FiniteElementSmoother< D, T >::dt().