Pink 0.9

skelendlab.c File Reference

homotopic skeleton of a 2d or 3d label image with dynamic detection of end points More...


Detailed Description

homotopic skeleton of a 2d or 3d label image with dynamic detection of end points

Usage: skelendlab in.pgm connex [n] out.pgm

Description: Homotopic skeletonization by iterative removal of simple, non-end points. Each label is treated separately as a binary image. Breadth-first strategy. During the first n iterations (default 0), the end points are removed as well. If n = -1, the end points are always removed.

Types supported: byte 2d, byte 3d

Category: topobin

Warning:
This operator is very sensitive to small contour irregularities. See skelcurv for a more robust operator. Useful for reducing quasi-curvilinear objects.
Author:
Michel Couprie