Uses of Class
inra.ijpb.measure.region3d.RegionAnalyzer3D

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

    Subclasses of RegionAnalyzer3D in inra.ijpb.measure.region3d
    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 the RegionAnalyzer3D 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.