Uses of Package
org.anchoranalysis.feature.calculate.part
Packages that use org.anchoranalysis.feature.calculate.part
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.
Equivalent classes to 
org.anchoranalysis.feature.calculate.part after having been
 resolved against a cache.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.
Reusable implementations of 
CalculationPart
 related to images.Implementations and helper classes for calculating energy during an energy-minimization
 optimization scheme.
Implementations of 
FeatureSingleObject that measure an object's
 gradient from corresponding Channels storing the
 gradient.Implementations of 
FeatureSingleObject that implement
 morphological operations.Implementations of 
FeatureSingleObject that use SharedObjects for calculations, and measure
 the degree of intersection between objects.Implementations of 
FeatureSingleObject that measures aspects of
 the surface of an ObjectMask.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.- 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.calculateClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Searches a cache to reuses a
CalculationPartif it already exists. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.calculate.cacheClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Searches a cache to reuses a
CalculationPartif it already exists. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.calculate.cache.partClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Similar to a
CalculationPartbut stores several evaluation results, differentiated by a key. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.calculate.partClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Similar to a
CalculationPartbut stores several evaluation results, differentiated by a key. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.sessionClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Searches a cache to reuses a
CalculationPartif it already exists. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.image.feature.calculationClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.
 - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.mpp.feature.bean.energy.elementClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.
 - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.gradientClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.
 - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.image.feature.bean.object.single.morphologicalClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Searches a cache to reuses a
CalculationPartif it already exists. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.image.feature.bean.object.single.surfaceClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.
 - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.image.feature.bean.stack.objectClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.
 - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.image.feature.object.calculation.delegateClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Searches a cache to reuses a
CalculationPartif it already exists. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.image.feature.object.calculation.singleClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Similar to a
CalculationPartbut stores several evaluation results, differentiated by a key.Searches a cache to reuses aCalculationPartif it already exists. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.image.feature.object.calculation.single.morphologicalClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.Similar to a
CalculationPartbut stores several evaluation results, differentiated by a key.Searches a cache to reuses aCalculationPartif it already exists. - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.image.feature.stack.calculationClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.
 - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.points.calculate.ellipseClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.
 - 
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.plugin.points.calculate.ellipsoidClassDescriptionA sub-part of the calculation of a feature, that can be cached, and reused by other features.