public class GeodesicDiameterPlugin extends Object implements ij.plugin.PlugIn
| Constructor and Description | 
|---|
GeodesicDiameterPlugin()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
createPathRois(ij.ImagePlus target,
              Map<Integer,GeodesicDiameter.Result> geodDiams)
Adds the specified paths to the list of ROI of the image plus. 
 | 
void | 
drawPaths(ij.ImagePlus target,
         Map<Integer,GeodesicDiameter.Result> geodDiams)
Displays the geodesic paths onto the given image. 
 | 
void | 
run(String arg0)  | 
public void run(String arg0)
run in interface ij.plugin.PlugInpublic void drawPaths(ij.ImagePlus target,
                      Map<Integer,GeodesicDiameter.Result> geodDiams)
target - target imagegeodDiams - the diameters to drawpublic void createPathRois(ij.ImagePlus target,
                           Map<Integer,GeodesicDiameter.Result> geodDiams)
target - The ImagePlus that will be associated with ROISgeodDiams - the list of pathsCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.