Pink 0.9

skelpar.c File Reference

parallel binary skeleton More...


Detailed Description

parallel binary skeleton

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

Description: Parallel 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.

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

If the parameter inhibit is given and is a binary image name, then the points of this image will be left unchanged.

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

References:
[BC08] Gilles Bertrand and Michel Couprie, Two-dimensional thinning algorithms based on critical kernels. Journal of Mathematical Imaging and Vision, 31(1). 2008. pp.35–56. http://igm.univ-mlv.fr/LIGM/internal_report/pdf/2006_02.v2.pdf

[COU05] M. Couprie, Note on fifteen 2D parallel thinning algorithms, IGM2006-01}, Universit\'e de Marne-la-Vall\'ee, 2006, http://igm.univ-mlv.fr/LabInfo/rapportsInternes/2006/01.pdf

Types supported: byte 2d

Category: topobin

Author:
Michel Couprie