Package org.anchoranalysis.plugin.image.feature.bean.object.single.border
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.
-
ClassesClassDescriptionBase class for features that check if an object is at the border of an image.Checks if an object's bounding box is at the border of the image in the XY plane.Checks if an object's bounding box is at the border of the image in the Z dimension.Calculates the number of voxels at the border of an object.