PANDORE Version 6 GREYC-IMAGE

phomotopicskeletonization



Computes the homotopic skeleton of 3D objects.


Synopsis

phomotopicskeletonization connexity [-m mask] [im_in|-] [im_out|-]

Description

phomotopicskeletonization computes the skeleton of the binary objects in the 3D image im_in. Binary objects are regions with connected non null pixels.

The algorithm rests on a sequential suppression of the simple points. A simple points is a point whose suppression preserves the topology of the image.

Parameters

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

See also

Morphology, pskeletonization

C++ prototype

Errc PHomotopicSkeletonization( const Img2duc &im_in, Img2duc &im_out, int connexity );

Author: Sébastien Fourey