Package org.anchoranalysis.plugin.image.feature.bean.object.single.border

Implementations of FeatureSingleObject that determine if an object lies at the border of an image.

The border is the exterior of the image, the boundary at which voxels have no neighbors in at least one direction.

  • Class Summary 
    Class Description
    AtBorderBase
    Base class for features that check if an object is at the border of an image.
    AtBorderXY
    Checks if an object's bounding box is at the border of the image in the XY plane.
    AtBorderZ
    Checks if an object's bounding box is at the border of the image in the Z dimension.
    NumberVoxelsAtBorder
    Calculates the number of voxels at the border of an object.