Uses of Interface
inra.ijpb.measure.RegionAnalyzer
Package | Description |
---|---|
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.
|
-
Uses of RegionAnalyzer in inra.ijpb.measure.region2d
Classes in inra.ijpb.measure.region2d that implement RegionAnalyzer Modifier and Type Class Description class
AverageThickness
Compute average thickness of a binary region, or of each region in a label image.class
BoundingBox
Compute bounding box of each region within a label or binary image.class
Centroid
Computes centroid position of regions within binary or label images.class
Convexity
Computes convex area and convexity for regions within a binary or label image.class
EquivalentEllipse
Compute parameters of equivalent ellipse from binar or label images.class
GeodesicDiameter
Computes geodesic diameter of a set of labeled particles or regions, using an inner instance ofGeodesicDistanceTransform
for propagating chamfer distances.class
InertiaEllipse
Deprecated.Replaced by EquivalentEllipse (since 1.4.2)class
IntrinsicVolumesAnalyzer2D
Computation of intrinsic volumes (area, perimeter and Euler number) for binary or label 2D images.class
LargestInscribedCircle
Computes the largest inscribed circle for each region of a label or binary image.class
MaxFeretDiameter
Computes maximum Feret Diameter for each region of a binary or label image.class
OrientedBoundingBox2D
class
RegionAnalyzer2D<T>
Base implementation of RegionAnalyzer interface for planar binary/label images. -
Uses of RegionAnalyzer in inra.ijpb.measure.region3d
Classes in inra.ijpb.measure.region3d that implement RegionAnalyzer Modifier and Type Class Description class
BoundingBox3D
Compute bounding box of each region within a label or binary image.class
Centroid3D
Computes centroid position of regions within 3D binary or label images.class
EquivalentEllipsoid
Compute the parameters of 3D ellipsoids that has the same moments up to the second order than the region(s) within a 3D binary / label image.class
GeodesicDiameter3D
Computes the 3D geodesic diameters of regions within a 3D binary or label images using floating point computation for propagating distances.class
InertiaEllipsoid
Deprecated.replaced by EquivalentEllipsoid (since 1.4.1)class
IntrinsicVolumesAnalyzer3D
Computation of intrinsic volumes (Volume, Surface Area, Mean Breadth and Euler Number) for 3D binary or label images, based on theRegionAnalyzer3D
interface.class
LargestInscribedBall
Computes the largest inscribed ball for each region of a label or binary image.class
MaxFeretDiameter3D
Computes maximum Feret Diameter for each region of a 3D binary or label image.class
RegionAnalyzer3D<T>
Base implementation of RegionAnalyzer interface for 3D binary/label images.