@Deprecated public class ParticleAnalysis3DPlugin extends Object implements ij.plugin.PlugIn
IntrinsicVolumes3D| Modifier and Type | Field and Description | 
|---|---|
boolean | 
debug
Deprecated.  
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 | 
|---|
ParticleAnalysis3DPlugin()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ij.measure.ResultsTable | 
process(ij.ImagePlus imagePlus)
Deprecated.  
Computes features from an ImagePlus object. 
 | 
ij.measure.ResultsTable | 
process(ij.ImageStack image,
       ij.measure.Calibration calib)
Deprecated.  
Computes features from an ImageStack object, specifying the calibration. 
 | 
void | 
run(String args)
Deprecated.  
  | 
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.