Uses of Class
org.anchoranalysis.image.feature.bean.object.pair.FeaturePairObjects
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.bean.object.pair |
Features that operate on a pair of
ObjectMasks. |
-
Uses of FeaturePairObjects in org.anchoranalysis.image.feature.bean.object.pair
Subclasses of FeaturePairObjects in org.anchoranalysis.image.feature.bean.object.pair Modifier and Type Class Description classFeatureDeriveFromPairBase class for evaluatingFeaturePairObjectsin terms of another feature that operates on elements (first, second, merged etc.).classFirstEvaluates a feature on the first object in a pair of objects.classMergedEvaluates a feature on the merged object created from a pair of objects.classMinimumCalculates the minimum value of a feature applied to both objects in a pair.classRatioFirstToSecondRatio of first-object to second-object in a pair.classSecondEvaluates a feature on the second object in a pair of objects.classSubtractSecondFromFirstSubtract second-object from first-object in a pair.