![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/distancemap/meshvoronoi.h>#include <aims/distancemap/meshdistance.h>#include <aims/distancemap/stlsort.h>#include <aims/mesh/surfaceOperation.h>#include <aims/mesh/surface.h>#include <float.h>#include <stack>#include <set>
Go to the source code of this file.
Namespaces | |
| aims | |
| aims::meshdistance | |
Functions | |
| template<class T > | |
| Texture< T > | aims::meshdistance::MeshVoronoiT (const AimsSurface< 3, Void > &mesh, const Texture< T > &inittex, const T &Back, const T &For, float dist, bool connexity, bool object) |
| Compute a geodesic voronoi diagram (dist = MAX_FLOAT,object=true ) of objects defined in inittex. More... | |