Class CropLabelPlugin

java.lang.Object
inra.ijpb.plugins.CropLabelPlugin
All Implemented Interfaces:
ij.plugin.PlugIn

public class CropLabelPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Crops a label image and binarize it to contain only the specified label.
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean debug
    When this options is set to true, information messages are displayed on the console.
  • Constructor Summary

    Constructors
    Constructor Description
    CropLabelPlugin()  
  • 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 debug
      When this options is set to true, information messages are displayed on the console.
  • Constructor Details

    • CropLabelPlugin

      public CropLabelPlugin()
  • Method Details

    • run

      public void run​(java.lang.String args)
      Specified by:
      run in interface ij.plugin.PlugIn