Package inra.ijpb.measure.region2d

Quantitative measurements on 2D label / binary images of regions.

  • Class Summary
    Class Description
    AverageThickness
    Compute average thickness of a binary region, or of each region in a label image.
    BinaryConfigurationsHistogram2D
    Computes histogram of binary configurations composed of 2-by-2 pixels (planar images).
    BoundingBox
    Compute bounding box of each region within a label or binary image.
    Centroid
    Computes centroid position of regions within binary or label images.
    Convexity
    Computes convex area and convexity for regions within a binary or label image.
    EquivalentEllipse
    Compute parameters of equivalent ellipse from binar or label images.
    GeodesicDiameter
    Computes geodesic diameter of a set of labeled particles or regions, using an inner instance of GeodesicDistanceTransform for propagating chamfer distances.
    InertiaEllipse Deprecated.
    Replaced by EquivalentEllipse (since 1.4.2)
    IntrinsicVolumes2DUtils
    Utility functions for classes that compute 2D intrinsic volumes measures.
    IntrinsicVolumesAnalyzer2D
    Computation of intrinsic volumes (area, perimeter and Euler number) for binary or label 2D images.
    LargestInscribedCircle
    Computes the largest inscribed circle for each region of a label or binary image.
    MaxFeretDiameter
    Computes maximum Feret Diameter for each region of a binary or label image.
    OrientedBoundingBox2D  
    RegionAnalyzer2D<T>
    Base implementation of RegionAnalyzer interface for planar binary/label images.
    RegionBoundaries
    Utility functions for computing position of boundary points/corners of regions within binary or label images.