Uses of Class
inra.ijpb.geometry.Box3D

Packages that use Box3D
Package Description
inra.ijpb.measure.region3d
Quantitative measurements on 3D label / binary images of regions.
  • Uses of Box3D in inra.ijpb.measure.region3d

    Methods in inra.ijpb.measure.region3d that return Box3D
    Modifier and Type Method Description
    Box3D[] BoundingBox3D.analyzeRegions​(ij.ImageStack image, int[] labels, ij.measure.Calibration calib)
    Computes the bounding box of each region within a 3D label image.
    static Box3D[] BoundingBox3D.boundingBoxes​(ij.ImageStack labelImage, int[] labels, ij.measure.Calibration calib)
    Compute bounding box of each region in input 3D label image and returns the result as an array of Box3D for each region.
    Method parameters in inra.ijpb.measure.region3d with type arguments of type Box3D
    Modifier and Type Method Description
    ij.measure.ResultsTable BoundingBox3D.createTable​(java.util.Map<java.lang.Integer,​Box3D> map)
    Utility method that transforms the mapping between labels and Box3D instances into a ResultsTable that can be displayed with ImageJ.