Uses of Package
org.anchoranalysis.feature.calculate.cache

Package
Description
Sub-feature units of calculation that can be cached.
Classes to cache feature-results or parts of feature-results that occur repeatedly among features or across calculations of the same feature.
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
A defined context in which one or more features are provided inputs and produce results.
Creates a FeatureCalculationCache to use during feature-calculations.
Strategies to determine which child-cache (among hierarchy) to employ for a particular feature calculation.
Strategies on whether to reuse or invalidate a feature-input's cache.
Features that operate on a pair of ObjectMasks.
Reusable implementations of CalculationPart related to images.
Implementations and helper classes for calculating energy during an energy-minimization optimization scheme.
Implementations of FeatureSingleObject that implement morphological operations.
Implementations of FeatureSingleObject that use SharedObjects for calculations, and measure the degree of intersection between objects.
Beans involving SharedObjects and ObjectCollection.
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.