Modules
Skeletonise
Creates an skeletonised representation of a specific binary image in the workspace.
Description
Creates an skeletonised representation of a specific binary image in the workspace. The input and output images will be 8-bit with binary logic determined by the "Binary logic" parameter. Each minima will show the lowest local intensity region within a specific dynamic range. Local variation greater than this dynamic will result in the creation of more minima. Uses the plugin "MorphoLibJ".
Parameters
Parameter | Description |
---|---|
Input image | Image from workspace to apply 3D skeletonisation operation to. This image will be 8-bit with binary logic determined by the "Binary logic" parameter. |
Apply to input image | When selected, the post-operation image will overwrite the input image in the workspace. Otherwise, the image will be saved to the workspace with the name specified by the "Output image" parameter. |
Output image | If "Apply to input image" is not selected, the post-operation image will be saved to the workspace with this name. |
Binary logic | Controls whether objects are considered to be white (255 intensity) on a black (0 intensity) background, or black on a white background. |