Uses of Class
org.anchoranalysis.image.feature.bean.object.single.FeatureSingleObject
Packages that use FeatureSingleObject
Package
Description
Features that operate on a single
ObjectMask
.Implementations of
FeatureSingleObject
.Implementations of
FeatureSingleObject
that determine if an
object lies at the border of an image.Implementations of
FeatureSingleObject
that consider an
object's bounding-box.Implementations of
FeatureSingleObject
that reference a
particular Channel
in the associated EnergyStack
.Implementations of
FeatureSingleObject
that measure an object's
intensity on a corresponding Channel
.Implementations of
FeatureSingleObject
that measure an object's
gradient from corresponding Channel
s storing the
gradient.Implementations of
FeatureSingleObject
based on calculating image moments, with or without image
intensity.Implementations of
FeatureSingleObject
that implement
morphological operations.Implementations of
FeatureSingleObject
that measure the shape
of the ObjectMask
.Implementations of
FeatureSingleObject
that use SharedObjects
for calculations.Implementations of
FeatureSingleObject
that use SharedObjects
for calculations, and measure
the degree of intersection between objects.Implementations of
FeatureSingleObject
that processes an object
slice-by-slice in the z-dimension.Implementations of
FeatureSingleObject
that measures aspects of
the surface of an ObjectMask
.Features related to points and fitting points to conics.
-
Uses of FeatureSingleObject in org.anchoranalysis.image.feature.bean.object.single
Subclasses of FeatureSingleObject in org.anchoranalysis.image.feature.bean.object.singleModifier and TypeClassDescriptionclass
Calculates the center of gravity of a single object along a specified axis.class
Calculates the number of voxels in a single object. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single
Modifier and TypeClassDescriptionclass
Calculates deterministically a point that is definitely inside the object-mask and outputs a selected axis value.class
Base class for features that apply a kernel to the outline of an object. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.border
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.borderModifier and TypeClassDescriptionclass
Base class for features that check if an object is at the border of an image.class
Checks if an object's bounding box is at the border of the image in the XY plane.class
Checks if an object's bounding box is at the border of the image in the Z dimension.class
Calculates the number of voxels at the border of an object. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.boundingbox
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.boundingboxModifier and TypeClassDescriptionclass
Base class for features that calculate a value along a specific axis of an object's bounding box.class
Calculates the extent of an object's bounding box along a specified axis.class
Calculates the maximum coordinate of an object's bounding box along a specified axis.class
Calculates the minimum coordinate of an object's bounding box along a specified axis.class
Calculates the number of voxels in the bounding box of an object. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.energy
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.energyModifier and TypeClassDescriptionclass
Counts the number of voxels in an object that have a specific intensity value in a channel.class
Calculates the number of voxels on the object that have a neighbor.class
A base class for features that operate on a specific channel from the energy stack. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.intensityModifier and TypeClassDescriptionclass
A feature that uses a channel from the energy-stack as identified by an index.class
Calculates a statistic from the intensity values covered by a single object-mask in a channel.class
Calculates the maximum mean intensity across all slices of an object in a channel.class
Constructs a 'shell' around an object by a number of dilation/erosion operations (not including the original object-mask) and measures the mean intensity of this shellclass
Constructs a shell around an object-mask using a standard dilation and erosion process.class
Constructs a 'shell' around an object by a number of dilation/erosion operations (not including the original object-mask) and measures the mean intensity of this shellclass
From Page 727 from Lin et al (A Multi-Model Approach to Simultaneous Segmentation and Classification of Heterogeneous Populations of Cell Nuclei -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.gradient
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.gradientModifier and TypeClassDescriptionclass
Calculates the mean of the intensity-gradient defined by multiple Energy channels in a particular directionclass
Calculates the mean of the intensity-gradient defined by multiple Energy channels in a particular directionclass
Base class for features that calculate intensity gradients from multiple channels. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.moments
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.momentsModifier and TypeClassDescriptionclass
A base class for features that are calculated using image-moments.class
Calculates the eccentricity of the Principal Axes (as defined by Image Moments).class
The length of a principal-axis (as defined by Image Moments).class
An element from orientation of a principal-axis (as defined by Image Moments).class
Calculates the ratio of prinicpal-axis length using Image Moments.class
A feature based on one specific principal-axis as identified by image moments. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.morphologicalModifier and TypeClassDescriptionclass
A base class for features that operate on a derived object mask and calculate a feature on it.class
A feature that erodes an object mask and then calculates another feature on the eroded object.class
How many pixels are removed after a morphological closing operation on the object-mask.class
Creates a shell around anObjectMask
by applying morphological operations. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.shape
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.shapeModifier and TypeClassDescriptionclass
Calculates the standard deviation of distances from surface voxels to the centroid of anObjectMask
.class
Calculates the shape regularity of the center slice of anObjectMask
.class
Calculates the shape regularity of the maximum intensity projection of anObjectMask
. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.slice
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.sliceModifier and TypeClassDescriptionclass
Maximum number of voxels on any slice's contour (edge voxels) across all slices.class
Maximum number of voxels in the object-mask across all slices. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.surface
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.image.feature.bean.object.single.surfaceModifier and TypeClassDescriptionclass
The number of voxel-faces along the surface (the faces of each voxel that touch outside)class
The number of voxels on the surface (all voxels on the exterior of the object)class
A base class for features that calculate the number of voxels on the surface of an object. -
Uses of FeatureSingleObject in org.anchoranalysis.plugin.points.bean.feature
Subclasses of FeatureSingleObject in org.anchoranalysis.plugin.points.bean.featureModifier and TypeClassDescriptionclass
Calculates the axis ratio of anEllipsoid
.class
Base class for features that calculate properties of anEllipsoid
fitted to an object.class
Calculates the ellipsoidicity of an object by fitting anEllipsoid
to it.class
Calculates the ellipticity of anObjectMask
(on the center of gravity slice if it's a z-stack).