Uses of Package
inra.ijpb.geometry
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.
|
inra.ijpb.measure.region3d |
Quantitative measurements on 3D label / binary images of regions.
|
inra.ijpb.plugins |
Contains plugins, for integration with ImageJ GUI.
|
-
Classes in inra.ijpb.geometry used by inra.ijpb.geometry Class Description AngleDiameterPair Data structure used to return result of Feret diameters computation.Box2D A bounding Box in 2 dimensions.Ellipse Represents a 2D ellipse.Ellipsoid An ellipsoid in the 3D space, defined by a center, three radius, and three orientation angles.Point3D A point in the 3-dimensional Euclidean space, defined by x, y, and z coordinates.PointPair2D A pair of points in the plane, useful for representing result of Max Feret Diameter computation or similar problems.Polygon2D A polygon shape in the plane.Vector2D Represents a couple of coordinates in linear space, and provides some computing methods.Vector3D Represents a triplet of coordinates in linear space, and provides some computing methods. -
Classes in inra.ijpb.geometry used by inra.ijpb.measure.region2d Class Description Box2D A bounding Box in 2 dimensions.Circle2D Contains data for representing circle in the 2D plane.Ellipse Represents a 2D ellipse.OrientedBox2D An oriented Box in 2 dimensions, used to store results of oriented bounding box.PointPair2D A pair of points in the plane, useful for representing result of Max Feret Diameter computation or similar problems. -
Classes in inra.ijpb.geometry used by inra.ijpb.measure.region3d Class Description Box3D A bounding Box in 3 dimensions.Ellipsoid An ellipsoid in the 3D space, defined by a center, three radius, and three orientation angles.Point3D A point in the 3-dimensional Euclidean space, defined by x, y, and z coordinates.PointPair3D A pair of points in the 3D space, useful for representing result of Max Feret Diameter computation or similar problems.Sphere Contains data for representing sphere in the 3D space.Vector3D Represents a triplet of coordinates in linear space, and provides some computing methods. -
Classes in inra.ijpb.geometry used by inra.ijpb.plugins Class Description PointPair2D A pair of points in the plane, useful for representing result of Max Feret Diameter computation or similar problems.