public class SphereFitter extends Object implements ij.plugin.PlugIn, DialogListener
Takes point selections from ROI manager and returns the centroid and radius of a best fit sphere Ported from Angelo Tardugno's C++
| Constructor and Description |
|---|
SphereFitter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dialogItemChanged(GenericDialog gd,
AWTEvent e) |
void |
run(String arg) |
public boolean dialogItemChanged(GenericDialog gd, AWTEvent e)
dialogItemChanged in interface DialogListenerpublic void run(String arg)
run in interface ij.plugin.PlugInCopyright © 2018–2022 BoneJ. All rights reserved.