Class MaxInscribedCirclePlugin

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

public class MaxInscribedCirclePlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Plugin for max inscribed circle of regions from label images.
  • Constructor Summary

    Constructors
    Constructor Description
    MaxInscribedCirclePlugin()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object[] exec​(ij.ImagePlus imagePlus, short[] weights)
    Deprecated.
    replaced by process method
    ij.measure.ResultsTable process​(ij.ImagePlus imagePlus, short[] weights)
    Deprecated.
    use LargestInscribedCircle class instead
    void run​(java.lang.String arg0)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MaxInscribedCirclePlugin

      public MaxInscribedCirclePlugin()
  • Method Details

    • run

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

      @Deprecated public java.lang.Object[] exec​(ij.ImagePlus imagePlus, short[] weights)
      Deprecated.
      replaced by process method
      Main body of the plugin.
      Parameters:
      imagePlus - the image to process
      weights - the set of weights for propagating distances
      Returns:
      an array of objects with results
    • process

      @Deprecated public ij.measure.ResultsTable process​(ij.ImagePlus imagePlus, short[] weights)
      Deprecated.
      use LargestInscribedCircle class instead
      Main body of the plugin.
      Parameters:
      imagePlus - the image to process
      weights - the set of weights for propagating distances
      Returns:
      an array of objects with results