Package inra.ijpb.plugins
Class SelectLabelsPlugin
java.lang.Object
inra.ijpb.plugins.SelectLabelsPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class SelectLabelsPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Creates a new binary image containing only the selected label(s).
-
Field Summary
Fields Modifier and Type Field Description boolean
debug
When this options is set to true, information messages are displayed on the console, and the number of counts for each direction is included in results table. -
Constructor Summary
Constructors Constructor Description SelectLabelsPlugin()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String args)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
debug
public boolean debugWhen this options is set to true, information messages are displayed on the console, and the number of counts for each direction is included in results table.
-
-
Constructor Details
-
SelectLabelsPlugin
public SelectLabelsPlugin()
-
-
Method Details
-
run
public void run(java.lang.String args)- Specified by:
run
in interfaceij.plugin.PlugIn
-