Module: Trace Lines ()
This module converts an image that contains lines represented by voxels into a Spatial Graph object. Typically the input will be the result of a thinning procedure as performed by the Thinner module. Trace Lines is also used internally by the Auto Skeleton module. Press the Apply button to start the computation.
Data [required]
The image (LabelField) storing the voxel lines.
Options
- line set: Check this option to output lines in terms of a Spatial Graph object.
- point cloud: Check this option to output of a Point Cloud object. The values stored at the vertices indicate the number of neighbors. Endpoints will have a value of 1, vertices a value of 2, and branching points a value of 3 or higher.