public class MaxInscribedCirclePlugin extends Object implements ij.plugin.PlugIn
| Constructor and Description |
|---|
MaxInscribedCirclePlugin() |
| Modifier and Type | Method and Description |
|---|---|
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(String arg0) |
public void run(String arg0)
run in interface ij.plugin.PlugIn@Deprecated public Object[] exec(ij.ImagePlus imagePlus, short[] weights)
imagePlus - the image to processweights - the set of weights for propagating distances@Deprecated public ij.measure.ResultsTable process(ij.ImagePlus imagePlus, short[] weights)
imagePlus - the image to processweights - the set of weights for propagating distancesCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.