Go to the source code of this file.
|
| int | CreateAndSplitCubicMask (Volume *vol, int xsize, int ysize, int zsize, DistmapMask **forward, DistmapMask **backward) |
| |
| void | FreeMask (DistmapMask *m) |
| |
| int | ForwardSweepingWithBorder (Volume *vol, DistmapMask *mask, int borderlevel) |
| |
| int | BackwardSweepingWithBorder (Volume *vol, DistmapMask *mask, int borderlevel) |
| |
| int | ForwardSweepingVoronoiWithBorder (Volume *vol, Volume *label, DistmapMask *mask, int borderlevel) |
| |
| int | BackwardSweepingVoronoiWithBorder (Volume *vol, Volume *label, DistmapMask *mask, int borderlevel) |
| |
| void | VolumeChamferPreparation (Volume *vol) |
| |
| void | VolumeChamferPreparationGeodesic (Volume *vol, int domain, int outside_domain) |
| |
| DistmapMask * | CreateSquareMask (Volume *vol, int xsize, int ysize, int zsize) |
| |
| int | FrontPropagation (Volume *vol, DistmapMask *mask, int limit) |
| |
| int | FrontPropagationVoronoi (Volume *vol, Volume *label, DistmapMask *mask) |
| |
| DistmapMask * | CreateConnectivityMask (Volume *vol, int connectivity) |
| |
| int | FrontPropagationConnectivity (Volume *vol, DistmapMask *mask, int limit) |
| |
| int | FrontPropagationConnectivityVoronoi (Volume *vol, Volume *label, DistmapMask *mask) |
| |
◆ CHAMFER_DOMAIN
| #define CHAMFER_DOMAIN 32500 |
◆ CHAMFER_MASK_MAXSIZE
| #define CHAMFER_MASK_MAXSIZE 20 |
◆ INCREMENT_BUCKET
| #define INCREMENT_BUCKET 200000 /*increment length of a bucket*/ |
◆ LONG_BUCKET
| #define LONG_BUCKET 50000 /*initial length of a bucket*/ |
◆ SWEEPING_BACKWARD
| #define SWEEPING_BACKWARD 0 |
◆ SWEEPING_FORWARD
| #define SWEEPING_FORWARD 1 |
◆ VIP_OUTSIDE_DOMAIN
| #define VIP_OUTSIDE_DOMAIN 32501 |
◆ DistmapMask
◆ DistmapMask_point
◆ BackwardSweepingVoronoiWithBorder()
◆ BackwardSweepingWithBorder()
◆ CreateAndSplitCubicMask()
◆ CreateConnectivityMask()
◆ CreateSquareMask()
◆ ForwardSweepingVoronoiWithBorder()
◆ ForwardSweepingWithBorder()
◆ FreeMask()
◆ FrontPropagation()
◆ FrontPropagationConnectivity()
◆ FrontPropagationConnectivityVoronoi()
◆ FrontPropagationVoronoi()
◆ VolumeChamferPreparation()
| void VolumeChamferPreparation |
( |
Volume * | vol | ) |
|
|
extern |
◆ VolumeChamferPreparationGeodesic()
| void VolumeChamferPreparationGeodesic |
( |
Volume * | vol, |
|
|
int | domain, |
|
|
int | outside_domain ) |
|
extern |
◆ VIP_USED_DISTMAP_MULTFACT
| float VIP_USED_DISTMAP_MULTFACT |
|
extern |