Uses of Class
noduledistances.imagej.GraphOverlay
-
Uses of GraphOverlay in noduledistances.imagej
Methods in noduledistances.imagej with parameters of type GraphOverlayModifier and TypeMethodDescriptionvoidNoduleDistances.saveRandomPaths(RootGraph graph, GraphOverlay graphOverlay, String saveFile, String title) Saves a set of images that are random computed shortest paths between the nodule nodes.ij.ImagePlusNoduleDistances.shortestPath(int startNodeIndex, int endNodeIndex, RootGraph graph, GraphOverlay graphOverlay) Generates an image showing the shortest 5 paths between the two given nodes by \ coloring the paths taken 5 distinct colorsConstructors in noduledistances.imagej with parameters of type GraphOverlayModifierConstructorDescriptionRootGraph(ArrayList<ArrayList<int[]>> skeleton, GraphOverlay graphOverlay) constructor.