Package inra.ijpb.plugins
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 methodij.measure.ResultsTable
process(ij.ImagePlus imagePlus, short[] weights)
Deprecated.use LargestInscribedCircle class insteadvoid
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 interfaceij.plugin.PlugIn
-
exec
@Deprecated public java.lang.Object[] exec(ij.ImagePlus imagePlus, short[] weights)Deprecated.replaced by process methodMain body of the plugin.- Parameters:
imagePlus
- the image to processweights
- 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 insteadMain body of the plugin.- Parameters:
imagePlus
- the image to processweights
- the set of weights for propagating distances- Returns:
- an array of objects with results
-