Class | Description |
---|---|
AnalyzeSkeleton_ |
Main class of the ImageJ/Fiji plugin for skeleton analysis.
|
Edge |
This class represents the edge between two vertices in an undirected graph.
|
Graph |
This class represents an undirected graph to allow
visiting the skeleton in an efficient way
|
Point |
This class represents a 3D point or position on a 3D image.
|
SkeletonResult |
Utility class to transfer the analysis results between different plugins.
|
Vertex |
This class represents a vertex or node in a graph.
|
Copyright © 2015–2021 Fiji. All rights reserved.