public class AnalyzeMicrostructure3D extends Object implements ij.plugin.PlugIn
AnalyzeRegions3D,
IntrinsicVolumes3D| Constructor and Description |
|---|
AnalyzeMicrostructure3D() |
| 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 arg) |
public void run(String arg)
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.