Uses of Class
org.anchoranalysis.image.feature.bean.object.pair.FeatureDeriveFromPair
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.bean.object.pair |
Features that operate on a pair of
ObjectMasks. |
-
Uses of FeatureDeriveFromPair in org.anchoranalysis.image.feature.bean.object.pair
Subclasses of FeatureDeriveFromPair in org.anchoranalysis.image.feature.bean.object.pair Modifier and Type Class Description 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.