List of my modules...

Module: Skeleton_Process

Description:

Post-processing of the skeleton to determine element (or pore, or cluster) positions, for instance by merging neighbouring nodes (i.e. setting the same label) under specific conditions, or creating new ones in previously unidentified openings.
The idea behind this module is that the input skeleton graph contains the topological information of the original shape, and for a representative view of the structure we feel the need to add in geometrical information, as simply saying that branch intersections in the graph represent an element is oversimplifying things1.


Left: Portion of the result of the conversion of a skeleton to a graph (using Skeleton_Image_To_Graph). Right: processing of the graph to relabel nodes belonging to the same opening. More of the graph is displayed here because adjacent nodes with the same labels are drawn (using Draw_Skeleton).

NOTES: