aimsalgo  5.0.5
Neuroimaging image processing
meshdistance.h File Reference
#include <aims/config/aimsalgo_config.h>
#include <aims/mesh/texture.h>
#include <aims/mesh/surface.h>
#include <set>
#include <aims/data/data.h>
Include dependency graph for meshdistance.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 aims
 
 aims::meshdistance
 

Functions

Texture< float > aims::meshdistance::GeodesicDepth (const AimsSurface< 3, Void > &mesh, const AimsData< short > &vol, float radius_close, float radius_erode)
 Compute the geodesic depth of a triangulation The vol define the object and the background The radius-* are morphological parameter. More...
 
template<class T >
Texture< float > aims::meshdistance::MeshDistance (const AimsSurface< 3, Void > &mesh, const Texture< T > &inittex, bool allowUnreached)
 
template Texture< float > aims::meshdistance::MeshDistance (const AimsSurface< 3, Void > &, const Texture< short > &, bool)
 
template Texture< float > aims::meshdistance::MeshDistance (const AimsSurface< 3, Void > &, const Texture< float > &, bool)