Uses of Interface
org.anchoranalysis.feature.calculate.cache.ResettableCalculation
Packages that use ResettableCalculation
Package
Description
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
Reusable implementations of
CalculationPart
related to images.Implementations and helper classes for calculating energy during an energy-minimization
optimization scheme.
Implementations of
FeatureSingleObject
that use SharedObjects
for calculations, and measure
the degree of intersection between objects.Implementations of
FeatureStack
that process an
ObjectCollection
.Implementations of
CalculationPart
as used by
features elsewhere in this package.Implementations of
CalculationPart
that that
process a single ObjectMask
.Implementations of
CalculationPart
that that
process a single ObjectMask
- with morphological operations.Implementations of
CalculationPart
that process
Stack
s as used by features elsewhere in this package.CalculationPart
related to fitting
ellipses to points by least-squares.CalculationPart
related to fitting
ellipsoids to points by least-squares.-
Uses of ResettableCalculation in org.anchoranalysis.feature.calculate.part
Classes in org.anchoranalysis.feature.calculate.part that implement ResettableCalculationModifier and TypeClassDescriptionclass
CalculationPart<S,
T extends FeatureInput> A sub-part of the calculation of a feature, that can be cached, and reused by other features.class
CalculationPartMap<S,
T extends FeatureInput, U, E extends Exception> Similar to aCalculationPart
but stores several evaluation results, differentiated by a key. -
Uses of ResettableCalculation in org.anchoranalysis.image.feature.calculation
Classes in org.anchoranalysis.image.feature.calculation that implement ResettableCalculationModifier and TypeClassDescriptionclass
Calculates a single-input from a pair of objects.class
Calculates the number of voxels in a single object, optionally flattening in the Z-dimension. -
Uses of ResettableCalculation in org.anchoranalysis.mpp.feature.bean.energy.element
Classes in org.anchoranalysis.mpp.feature.bean.energy.element that implement ResettableCalculationModifier and TypeClassDescriptionclass
Derives aFeatureInputSingleMemo
from aFeatureInputPairMemo
. -
Uses of ResettableCalculation in org.anchoranalysis.plugin.image.feature.bean.stack.object
Classes in org.anchoranalysis.plugin.image.feature.bean.stack.object that implement ResettableCalculationModifier and TypeClassDescriptionclass
Derives aFeatureInputSingleObject
from aFeatureInputStack
by extracting an object mask from a specific energy channel. -
Uses of ResettableCalculation in org.anchoranalysis.plugin.image.feature.object.calculation.delegate
Classes in org.anchoranalysis.plugin.image.feature.object.calculation.delegate that implement ResettableCalculationModifier and TypeClassDescriptionclass
CalculateInputFromDelegate<S,
T extends FeatureInput, U> A base class forCalculationPart
s that derive from an existing "delegate" calculation.class
CalculateInputFromDelegateOption<S extends FeatureInput,
T extends FeatureInput, U> LikeCalculateInputFromDelegate
except assumes optional return value and no parameters. -
Uses of ResettableCalculation in org.anchoranalysis.plugin.image.feature.object.calculation.single
Classes in org.anchoranalysis.plugin.image.feature.object.calculation.single that implement ResettableCalculationModifier and TypeClassDescriptionclass
Calculates incremental operations onObjectMask
s and stores the results in a map.class
Calculates anObjectMask
based on a specified number of iterations.class
Calculates a shellObjectMask
by performing dilation and erosion operations. -
Uses of ResettableCalculation in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological
Classes in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological that implement ResettableCalculationModifier and TypeClassDescriptionclass
Calculates the dilation of anObjectMask
.class
Calculates a map of dilatedObjectMask
s for different iteration counts.class
Calculates the erosion of anObjectMask
.class
Calculates a map of erodedObjectMask
s for different iteration counts. -
Uses of ResettableCalculation in org.anchoranalysis.plugin.image.feature.stack.calculation
Classes in org.anchoranalysis.plugin.image.feature.stack.calculation that implement ResettableCalculationModifier and TypeClassDescriptionclass
Calculates aHistogram
from a specific channel in aFeatureInputStack
.class
Calculated a histogram for a specific region on a channel, as identified by a mask in another channel -
Uses of ResettableCalculation in org.anchoranalysis.plugin.points.calculate.ellipse
Classes in org.anchoranalysis.plugin.points.calculate.ellipse that implement ResettableCalculationModifier and TypeClassDescriptionclass
Calculates the best-fit ellipse for anObjectMask
using linear least squares. -
Uses of ResettableCalculation in org.anchoranalysis.plugin.points.calculate.ellipsoid
Classes in org.anchoranalysis.plugin.points.calculate.ellipsoid that implement ResettableCalculationModifier and TypeClassDescriptionclass
Calculates the best-fitEllipsoid
for an object using linear least squares.