Uses of Class
inra.ijpb.geometry.Sphere
Package | Description |
---|---|
inra.ijpb.measure.region3d |
Quantitative measurements on 3D label / binary images of regions.
|
-
Uses of Sphere in inra.ijpb.measure.region3d
Methods in inra.ijpb.measure.region3d that return Sphere Modifier and Type Method Description Sphere[]
LargestInscribedBall. analyzeRegions(ij.ImageStack labelImage, int[] labels, ij.measure.Calibration calib)
Computes largest inscribed ball of each region with a 3D label image.static Sphere[]
LargestInscribedBall. largestInscribedBalls(ij.ImageStack labelImage, int[] labels, ij.measure.Calibration calib)
Computes largest inscribed ball of each region with a 3D label image.Method parameters in inra.ijpb.measure.region3d with type arguments of type Sphere Modifier and Type Method Description ij.measure.ResultsTable
LargestInscribedBall. createTable(java.util.Map<java.lang.Integer,Sphere> map)
Utility method that transforms the mapping between labels and inscribed ball instances into a ResultsTable that can be displayed with ImageJ.