@Deprecated public class InertiaEllipsoid extends RegionAnalyzer3D<Ellipsoid>
| Modifier and Type | Class and Description |
|---|---|
class |
InertiaEllipsoid.InertiaMoments3D
Deprecated.
Inner class for storing result if moments computation.
|
| Constructor and Description |
|---|
InertiaEllipsoid()
Deprecated.
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Ellipsoid[] |
analyzeRegions(ij.ImageStack image,
int[] labels,
ij.measure.Calibration calib)
Deprecated.
Computes inertia ellipsoid of each region in the input 3D label image.
|
InertiaEllipsoid.InertiaMoments3D[] |
computeMoments(ij.ImageStack image,
int[] labels,
ij.measure.Calibration calib)
Deprecated.
Computes the matrix of moments for each region within the 3D label map.
|
ij.measure.ResultsTable |
createTable(Map<Integer,Ellipsoid> map)
Deprecated.
Utility method that transforms the mapping between labels and inertia
ellipsoids instances into a ResultsTable that can be displayed with ImageJ.
|
static Ellipsoid[] |
inertiaEllipsoids(ij.ImageStack image,
int[] labels,
ij.measure.Calibration calib)
Deprecated.
Computes inertia ellipsoid of each region in the input 3D label image.
|
algoProgressChanged, algoStatusChanged, analyzeRegions, analyzeRegions, computeTable, createMapaddAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic static final Ellipsoid[] inertiaEllipsoids(ij.ImageStack image, int[] labels, ij.measure.Calibration calib)
image - the input image containing label of particleslabels - the array of labels within the imagecalib - the calibration of the imagepublic ij.measure.ResultsTable createTable(Map<Integer,Ellipsoid> map)
map - the mapping between labels and Inertia Ellipsoidspublic Ellipsoid[] analyzeRegions(ij.ImageStack image, int[] labels, ij.measure.Calibration calib)
analyzeRegions in class RegionAnalyzer3D<Ellipsoid>image - the input image containing label of particleslabels - the array of labels within the imagecalib - the calibration of the imagepublic InertiaEllipsoid.InertiaMoments3D[] computeMoments(ij.ImageStack image, int[] labels, ij.measure.Calibration calib)
image - the 3D image of labels (label map)labels - the array of region labels to processcalib - the spatial calibration of the imagelabels, containing for
each processed region result of 3D Moments computationsCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.