Pink 0.9

skel_CKG.c File Reference

parallel 2D and 3D binary guided thinning More...


Detailed Description

parallel 2D and 3D binary guided thinning

Usage: skel_CKG in.pgm prio.pgm val out.pgm

Description: Parallel 2D and 3D binary guided thinning based on critical kernels. The parameter in.pgm specifies the set (object) to be thinned. The parameter prio.pgm specifies the priority function. The parameter val is a threshold: any pixel having a priority greater than or equal to val will be preserved from deletion. If val equals -1, then all points will be considered for deletion.

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

Types supported: byte 2d, byte 3d

Category: topobin

Author:
Michel Couprie