Package org.anchoranalysis.plugin.image.feature.bean.object.single.boundingbox
Implementations of
FeatureSingleObject that consider an
object's bounding-box.-
Class Summary Class Description BoundingBoxAlongAxisBase Base class for features that calculate a value along a specific axis of an object's bounding box.BoundingBoxExtentAlongAxis Calculates the extent of an object's bounding box along a specified axis.BoundingBoxMaximumAlongAxis Calculates the maximum coordinate of an object's bounding box along a specified axis.BoundingBoxMinimumAlongAxis Calculates the minimum coordinate of an object's bounding box along a specified axis.BoundingBoxNumberVoxels Calculates the number of voxels in the bounding box of an object.