![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/distancemap/meshparcellation.h>
#include <aims/distancemap/meshdistance.h>
#include <aims/distancemap/meshmorphomat.h>
#include <aims/distancemap/stlsort.h>
#include <aims/mesh/surfaceOperation.h>
#include <aims/mesh/surface.h>
#include <cartobase/containers/nditerator.h>
#include <stack>
#include <set>
#include <float.h>
Go to the source code of this file.
Namespaces | |
aims | |
aims::meshdistance | |
Functions | |
template<class T > | |
Texture< std::set< T > > | aims::meshdistance::gyrusSeedDefinition (const AimsSurface< 3, Void > &mesh, const Texture< T > &inittex, const std::set< T > &setBack, const std::set< T > &setFor, const std::set< std::set< T > > &labelAllowed) |
Define the gyrus seed from the SKIZ. More... | |
template<class T > | |
Texture< T > | aims::meshdistance::gyrusSeedDilationInSKIZ (const AimsSurface< 3, Void > &mesh, const Texture< T > &seed, const Texture< T > &skiz, const T &Back, const T &For) |
template<class T > | |
Texture< std::set< T > > | aims::meshdistance::MeshBorderVoronoi (const AimsSurface< 3, Void > &mesh, const Texture< T > &inittex, const std::set< T > &setBack, const std::set< T > &setFor) |
Extract the boundarie of a voronoi diagram i.e. More... | |
template<class T > | |
Texture< short > | aims::meshdistance::border2Texture (const Texture< std::set< T > > &tex, const AimsSurface< 3, Void > &mesh, const std::set< T > &setBack, const std::set< T > &setFor) |
Convert a multidimensional boundary map to a texture of short. More... | |
template<class T , class U > | |
Texture< short > | aims::meshdistance::Voronoi2toTexture (const Texture< std::set< T > > &vor, const AimsSurface< 3, Void > &mesh, const std::set< T > &setBack, const std::set< T > &setFor) |
template<class T > | |
std::map< T, float > | aims::meshdistance::SurfaceParcel (const Texture< T > &tex, const AimsSurface< 3, Void > &mesh) |
Give the surface of labelled parcels defined from textures. More... | |
template<class T > | |
std::map< T, float > | aims::meshdistance::VolumeParcel (const carto::rc_ptr< carto::Volume< T > > &vol) |
Give the surface of labelled parcels defined from volume. More... | |