Pink 0.9

skelpar3d.c File Reference

parallel 3D binary skeleton More...


Detailed Description

parallel 3D binary skeleton

Usage: skelpar3d in.pgm algorithm nsteps [inhibit] out.pgm

Description:

Parallel 3D binary thinning or skeleton.

The parameter nsteps gives, if positive, the number of parallel thinning steps to be processed. If the value given for nsteps equals -1, the thinning is continued until stability.

For some algorithms (16 to ??), the parameter nsteps has a different meaning which is related to the notion of persistence (see [REF A AJOUTER]). It plays the role of a filtering parameter.

The parameter algorithm is a numerical code indicating which method will be used for the thinning. The possible choices are:

In modes other than 2, if the parameter inhibit is given and is a binary image name, then the points of this image will be left unchanged.

The following codes give access to auxiliary functions, for isthmus detection. Parameter nsteps will not be used in this case (any value can be given).

Warning: The object must not have any point on the frame of the image.

Types supported: byte 3d

Category: topobin

Author:
Michel Couprie