Package sc.fiji.snt.plugin.ij1
Class SummarizeSkeleton
java.lang.Object
sc.fiji.snt.plugin.ij1.SummarizeSkeleton
- All Implemented Interfaces:
ij.plugin.filter.PlugInFilter
This class implements the
Summarize Skeleton command. It takes a
skeletonized image and aggregates combined statistics
for all the connected components in the image. Measurements are displayed to a dedicated table. Useful
when a skeletonized mask of a single structure is not contiguous but still needs to be measured as a single
structure. It was originally part of hINAPT.- Author:
- Tiago Ferreira
-
Field Summary
Fields inherited from interface ij.plugin.filter.PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SummarizeSkeleton
public SummarizeSkeleton()
-
-
Method Details
-
setup
- Specified by:
setupin interfaceij.plugin.filter.PlugInFilter
-
run
public void run(ij.process.ImageProcessor ignored) - Specified by:
runin interfaceij.plugin.filter.PlugInFilter
-