Uses of Class
inra.ijpb.geometry.Box2D
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 Box2D in inra.ijpb.geometry
Methods in inra.ijpb.geometry that return Box2D Modifier and Type Method Description Box2D
Polygon2D. boundingBox()
Returns the bounding box of this polygon. -
Uses of Box2D in inra.ijpb.measure.region2d
Methods in inra.ijpb.measure.region2d that return Box2D Modifier and Type Method Description Box2D[]
BoundingBox. analyzeRegions(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
Computes bounding box of each region in input label image.static Box2D[]
BoundingBox. boundingBoxes(ij.process.ImageProcessor labelImage, int[] labels, ij.measure.Calibration calib)
Compute bounding box of each region in input image and returns the result as an array of Box2D for each label.Method parameters in inra.ijpb.measure.region2d with type arguments of type Box2D Modifier and Type Method Description ij.measure.ResultsTable
BoundingBox. createTable(java.util.Map<java.lang.Integer,Box2D> map)
Utility method that transforms the mapping between labels and bounding boxes instances into a ResultsTable that can be displayed with ImageJ.