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
Stacks 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 TypeClassDescriptionclassCalculationPart<S,T extends FeatureInput> A sub-part of the calculation of a feature, that can be cached, and reused by other features.classCalculationPartMap<S,T extends FeatureInput, U, E extends Exception> Similar to aCalculationPartbut 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 TypeClassDescriptionclassCalculates a single-input from a pair of objects.classCalculates 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 TypeClassDescriptionclassDerives aFeatureInputSingleMemofrom 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 TypeClassDescriptionclassDerives aFeatureInputSingleObjectfrom aFeatureInputStackby 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 TypeClassDescriptionclassCalculateInputFromDelegate<S,T extends FeatureInput, U> A base class forCalculationParts that derive from an existing "delegate" calculation.classCalculateInputFromDelegateOption<S extends FeatureInput,T extends FeatureInput, U> LikeCalculateInputFromDelegateexcept 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 TypeClassDescriptionclassCalculates incremental operations onObjectMasks and stores the results in a map.classCalculates anObjectMaskbased on a specified number of iterations.classCalculates a shellObjectMaskby 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 TypeClassDescriptionclassCalculates the dilation of anObjectMask.classCalculates a map of dilatedObjectMasks for different iteration counts.classCalculates the erosion of anObjectMask.classCalculates a map of erodedObjectMasks 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 TypeClassDescriptionclassCalculates aHistogramfrom a specific channel in aFeatureInputStack.classCalculated 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 TypeClassDescriptionclassCalculates the best-fit ellipse for anObjectMaskusing 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 TypeClassDescriptionclassCalculates the best-fitEllipsoidfor an object using linear least squares.