Uses of Class
org.anchoranalysis.plugin.image.feature.object.calculation.delegate.CalculateInputFromDelegate
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting |
Implementations of
FeatureSingleObject that use SharedObjects for calculations, and measure
the degree of intersection between objects. |
| org.anchoranalysis.plugin.image.feature.object.calculation.delegate |
Implementations of
CalculationPart as used by
features elsewhere in this package. |
-
Uses of CalculateInputFromDelegate in org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting
Subclasses of CalculateInputFromDelegate in org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting Modifier and Type Class Description classCalculateIntersectingCalculates aFeatureInputPairObjectsfrom aFeatureInputSingleObjectand an intersectingObjectCollection. -
Uses of CalculateInputFromDelegate in org.anchoranalysis.plugin.image.feature.object.calculation.delegate
Subclasses of CalculateInputFromDelegate in org.anchoranalysis.plugin.image.feature.object.calculation.delegate Modifier and Type Class Description classCalculateInputFromDelegateOption<S extends org.anchoranalysis.feature.input.FeatureInput,T extends org.anchoranalysis.feature.input.FeatureInput,U>LikeCalculateInputFromDelegateexcept assumes optional return value and no parameters.