@Deprecated public class InertiaEllipse extends RegionAnalyzer2D<Ellipse>
EquivalentEllipsoid| Constructor and Description | 
|---|
InertiaEllipse()
Deprecated.  
Default constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Ellipse[] | 
analyzeRegions(ij.process.ImageProcessor image,
              int[] labels,
              ij.measure.Calibration calib)
Deprecated.  
Computes inertia ellipse of each region in input label image. 
 | 
ij.measure.ResultsTable | 
createTable(Map<Integer,Ellipse> map)
Deprecated.  
Utility method that transforms the mapping between labels and inertia
 ellipses instances into a ResultsTable that can be displayed with ImageJ. 
 | 
static Ellipse[] | 
inertiaEllipses(ij.process.ImageProcessor image,
               int[] labels,
               ij.measure.Calibration calib)
Deprecated.  
Computes inertia ellipse of each region in input label image. 
 | 
analyzeRegions, analyzeRegions, computeTableaddAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic static final Ellipse[] inertiaEllipses(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
image - the input image containing region labelslabels - the array of labels within the imagecalib - the calibration of the imagepublic ij.measure.ResultsTable createTable(Map<Integer,Ellipse> map)
map - the mapping between labels and Inertia Ellipsespublic Ellipse[] analyzeRegions(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
analyzeRegions in class RegionAnalyzer2D<Ellipse>image - the input image containing region labelslabels - the array of labels within the imagecalib - the calibration of the imageCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.