This operator calculates for a set of regions in a given image the region skeletons and subsequently extracts some feature measures from the skeletons. Measures currently implemented are, e.g.,
Required input parameters:
Input label image:
an image containing the regions where each region is labeled with an individual
label larger than zero and the background has label zero
Supplemental input parameters:
Visualize analysis results?
this flag allows to enable the creation of an additional output image where
the region skeletons, detected endpoints and the maximal circle per endpoint
are depicted
Verbose:
activates additional output during processing; usually the output is written
to console only and might not be accessible via the graphical UI
Output parameters:
Result Table of skeleton features:
table with extracted features where each row refers to a region; the first
column contains the region ID, i.e., the label of the region in the image,
subsequent columns contain the various features
Image with analysis results:
if the corresponding option was selected an image visualizing the skeletons
and detected endpoints and circles is provided