public class AnalyzeRegions3D extends Object implements ij.plugin.PlugIn
IntrinsicVolumes3D| Modifier and Type | Field and 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 and Description |
|---|
AnalyzeRegions3D() |
| Modifier and Type | Method and Description |
|---|---|
ij.measure.ResultsTable |
process(ij.ImagePlus imagePlus)
Computes features from an ImagePlus object.
|
ij.measure.ResultsTable |
process(ij.ImageStack image,
ij.measure.Calibration calib)
Computes features from an ImageStack object, specifying the calibration.
|
void |
run(String args) |
public boolean debug
public void run(String args)
run in interface ij.plugin.PlugInpublic ij.measure.ResultsTable process(ij.ImagePlus imagePlus)
imagePlus - the label image to analyzepublic ij.measure.ResultsTable process(ij.ImageStack image,
ij.measure.Calibration calib)
image - the 3D label image to analyzecalib - the spatial calibration of the imageCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.