Uses of Class
org.anchoranalysis.feature.calculate.part.CalculationPart

Packages that use CalculationPart
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.