Uses of Class
inra.ijpb.geometry.Ellipse
Package | Description |
---|---|
inra.ijpb.geometry |
Utility functions for geometric computing applied to image analysis.
|
inra.ijpb.measure.region2d |
Quantitative measurements on 2D label / binary images of regions.
|
-
Uses of Ellipse in inra.ijpb.geometry
Methods in inra.ijpb.geometry with parameters of type Ellipse Modifier and Type Method Description static java.awt.geom.Point2D[]
Ellipse. centers(Ellipse[] ellipses)
Initializes center array from ellipse array. -
Uses of Ellipse in inra.ijpb.measure.region2d
Methods in inra.ijpb.measure.region2d that return Ellipse Modifier and Type Method Description Ellipse[]
EquivalentEllipse. analyzeRegions(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
Computes the equivalent ellipse of each region within the input label image.Ellipse[]
InertiaEllipse. analyzeRegions(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
Deprecated.Computes inertia ellipse of each region in input label image.static Ellipse[]
EquivalentEllipse. equivalentEllipses(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
Computes equivalent ellipse of each region in input label image.static Ellipse[]
InertiaEllipse. inertiaEllipses(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
Deprecated.Computes inertia ellipse of each region in input label image.Method parameters in inra.ijpb.measure.region2d with type arguments of type Ellipse Modifier and Type Method Description ij.measure.ResultsTable
EquivalentEllipse. createTable(java.util.Map<java.lang.Integer,Ellipse> map)
Utility method that transforms the mapping between labels and equivalent ellipses instances into a ResultsTable that can be displayed with ImageJ.ij.measure.ResultsTable
InertiaEllipse. createTable(java.util.Map<java.lang.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.