Package inra.ijpb.plugins
Class SizeOpeningPlugin
java.lang.Object
inra.ijpb.plugins.SizeOpeningPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class SizeOpeningPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Select binary particles in a 2D or 3D image based on number of pixels.
- Author:
- David Legland
- See Also:
AreaOpeningPlugin
-
Constructor Summary
Constructors Constructor Description SizeOpeningPlugin()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg0)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SizeOpeningPlugin
public SizeOpeningPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg0)- Specified by:
run
in interfaceij.plugin.PlugIn
-