List of my modules...

Module: Skeleton Graph To Points

Description:

Converts a skeleton graph, of type HxSkeleton, to a point set of type HxCluster, of the nodes or of the edge points. This is mainly used for debugging.

Left: Graph structure. Right: point set, in the same order as in the graph structure.

Connections:

Skeleton

[required]
The skeleton, of type HxSkeleton.

Ports:

Extract


Defines what to extract. The HxSkeleton graph contains all the pixel information from the skeleton image, so choosing Nodes extracts all the points marked as nodes, while Edges extracts all the points in the branches, excluding its extremeties, which are part of the nodes set.

Action button


Push the button to start the computation.

Commands:

Additional options can be accessed when typing in the console Skeleton_Graph_To_Points COMMAND_NAME. Typing the command again usually reverts back to original settings.

verbose

Displays timing and other information after the computation. Retype to hide info.

create

Runs the computation. Returns the name of the output, so it can be used in a script, such as set RESULT [Skeleton_Graph_To_Points create].