public class MaxFeretDiameterPlugin extends Object implements ij.plugin.PlugIn
| Modifier and Type | Field and Description |
|---|---|
boolean |
debug
When this options is set to true, information messages are displayed on
the console.
|
| Constructor and Description |
|---|
MaxFeretDiameterPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawDiameters(ij.ImagePlus target,
Map<Integer,PointPair2D> geodDiams)
Draws the diameters on a target image.
|
void |
run(String arg) |
public boolean debug
public void run(String arg)
run in interface ij.plugin.PlugInpublic void drawDiameters(ij.ImagePlus target,
Map<Integer,PointPair2D> geodDiams)
target - the image to draw the diameters ongeodDiams - the diameters to drawCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.