PANDORE Version 6 | GREYC-IMAGE |
pskeletonization computes a homotopic skeleton of the binary objects found in the image im_in. The image background is made of the pixels whose value is zero.
The skeleton will be either made of 4-connected or 8-connected components. A Euclidean-distance-ordered removal process is used : it will repeatedly remove simple points, but will not remove points that belong to the medial axis obtained from the euclidean distance transform.The obtained skeleton is thus well centered within the initial shape(s). computes the skeleton of the binary objects in the 2D image im_in. Binary objects are regions with connected non null pixels.
Returns SUCCESS or FAILURE.
pbinarization 95 1e30 examples/tangram.pan i1.pan pskeletonization 4 i1.pan out.pan
Author: Sébastien Fourey