Package noduledistances.imagej
Class GraphOverlay
java.lang.Object
noduledistances.imagej.GraphOverlay
This class is used to hold the image plus object that
has the skeletonized root system on top of the image of the root.
- Author:
- Brandin Farris
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoverlayGraph(RootGraph graph, ij.process.ColorProcessor cp) overlays the graph and nodules onto the user-provided root system image.void
-
Field Details
-
overlayedGraph
public ij.ImagePlus overlayedGraph
-
-
Constructor Details
-
GraphOverlay
public GraphOverlay()
-
-
Method Details
-
showGraph
public void showGraph() -
overlayGraph
overlays the graph and nodules onto the user-provided root system image. Labels each nodule by the nodule naming system noduleNumber_noduleSubnumber- Parameters:
graph- : object that contains all information about the skeltonized root system.cp- : ColorProcessor object of the root system image provided by the user.
-