Uses of Class
inra.ijpb.geometry.OrientedBox2D
Package | Description |
---|---|
inra.ijpb.measure.region2d |
Quantitative measurements on 2D label / binary images of regions.
|
-
Uses of OrientedBox2D in inra.ijpb.measure.region2d
Methods in inra.ijpb.measure.region2d that return OrientedBox2D Modifier and Type Method Description OrientedBox2D[]
OrientedBoundingBox2D. analyzeRegions(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
static OrientedBox2D
OrientedBoundingBox2D. orientedBoundingBox(java.util.ArrayList<? extends java.awt.geom.Point2D> points)
Computes the object-oriented bounding box of a set of points.static OrientedBox2D
OrientedBoundingBox2D. orientedBoundingBox(java.util.ArrayList<? extends java.awt.geom.Point2D> points, ij.measure.Calibration calib)
Computes the object-oriented bounding box of a set of points, computing convex hull in pixel coordinates.Method parameters in inra.ijpb.measure.region2d with type arguments of type OrientedBox2D Modifier and Type Method Description ij.measure.ResultsTable
OrientedBoundingBox2D. createTable(java.util.Map<java.lang.Integer,OrientedBox2D> results)