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 classAverageThicknessCompute average thickness of a binary region, or of each region in a label image.classBoundingBoxCompute bounding box of each region within a label or binary image.classCentroidComputes centroid position of regions within binary or label images.classConvexityComputes convex area and convexity for regions within a binary or label image.classEquivalentEllipseCompute parameters of equivalent ellipse from binar or label images.classGeodesicDiameterComputes geodesic diameter of a set of labeled particles or regions, using an inner instance ofGeodesicDistanceTransformfor propagating chamfer distances.classInertiaEllipseDeprecated.Replaced by EquivalentEllipse (since 1.4.2)classIntrinsicVolumesAnalyzer2DComputation of intrinsic volumes (area, perimeter and Euler number) for binary or label 2D images.classLargestInscribedCircleComputes the largest inscribed circle for each region of a label or binary image.classMaxFeretDiameterComputes maximum Feret Diameter for each region of a binary or label image.classOrientedBoundingBox2DclassRegionAnalyzer2D<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 classBoundingBox3DCompute bounding box of each region within a label or binary image.classCentroid3DComputes centroid position of regions within 3D binary or label images.classEquivalentEllipsoidCompute 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.classGeodesicDiameter3DComputes the 3D geodesic diameters of regions within a 3D binary or label images using floating point computation for propagating distances.classInertiaEllipsoidDeprecated.replaced by EquivalentEllipsoid (since 1.4.1)classIntrinsicVolumesAnalyzer3DComputation of intrinsic volumes (Volume, Surface Area, Mean Breadth and Euler Number) for 3D binary or label images, based on theRegionAnalyzer3Dinterface.classLargestInscribedBallComputes the largest inscribed ball for each region of a label or binary image.classMaxFeretDiameter3DComputes maximum Feret Diameter for each region of a 3D binary or label image.classRegionAnalyzer3D<T>Base implementation of RegionAnalyzer interface for 3D binary/label images.