Uses of Class
inra.ijpb.measure.region2d.GeodesicDiameter.Result
Package | Description |
---|---|
inra.ijpb.measure.region2d |
Quantitative measurements on 2D label / binary images of regions.
|
inra.ijpb.plugins |
Contains plugins, for integration with ImageJ GUI.
|
-
Uses of GeodesicDiameter.Result in inra.ijpb.measure.region2d
Methods in inra.ijpb.measure.region2d that return GeodesicDiameter.Result Modifier and Type Method Description GeodesicDiameter.Result[]
GeodesicDiameter. analyzeRegions(ij.process.ImageProcessor labelImage, int[] labels, ij.measure.Calibration calib)
Computes the geodesic diameter of each region within the given label image.static GeodesicDiameter.Result[]
GeodesicDiameter. geodesicDiameters(ij.process.ImageProcessor labelImage, int[] labels, ij.measure.Calibration calib)
Computes the geodesic diameter of each region within the given label image.GeodesicDiameter.Result
GeodesicDiameter.Result. recalibrate(ij.measure.Calibration calib)
Computes the result corresponding to the spatial calibration.Methods in inra.ijpb.measure.region2d that return types with arguments of type GeodesicDiameter.Result Modifier and Type Method Description java.util.Map<java.lang.Integer,GeodesicDiameter.Result>
GeodesicDiameter. analyzeRegions(ij.process.ImageProcessor labelImage)
Computes the geodesic diameter of each particle within the given label image.Method parameters in inra.ijpb.measure.region2d with type arguments of type GeodesicDiameter.Result Modifier and Type Method Description ij.measure.ResultsTable
GeodesicDiameter. createTable(java.util.Map<java.lang.Integer,GeodesicDiameter.Result> map)
Utility method that transforms the mapping between labels and result instances into a ResultsTable that can be displayed with ImageJ. -
Uses of GeodesicDiameter.Result in inra.ijpb.plugins
Method parameters in inra.ijpb.plugins with type arguments of type GeodesicDiameter.Result Modifier and Type Method Description void
GeodesicDiameterPlugin. createPathRois(ij.ImagePlus target, java.util.Map<java.lang.Integer,GeodesicDiameter.Result> geodDiams)
Adds the specified paths to the list of ROI of the image plus.void
GeodesicDiameterPlugin. drawPaths(ij.ImagePlus target, java.util.Map<java.lang.Integer,GeodesicDiameter.Result> geodDiams)
Displays the geodesic paths onto the given image.