public class ParticleCounter extends Object implements ij.plugin.PlugIn, DialogListener
This class implements mutithreaded linear O(n) 3D particle identification and shape analysis. It is a two-pass connected components labelling algorithm, which uses reduction of a neighbour network to generate a lut. Processing time increases linearly with number of pixels.
| Constructor and Description |
|---|
ParticleCounter() |
| 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.