Package org.anchoranalysis.image.feature.bean.object.pair
Features that operate on a pair of
ObjectMasks.-
Class Summary Class Description FeatureDeriveFromPair Base class for evaluatingFeaturePairObjectsin terms of another feature that operates on elements (first, second, merged etc.).FeaturePairObjects An abstract base class for features that operate on pairs of objects.First Evaluates a feature on the first object in a pair of objects.Merged Evaluates a feature on the merged object created from a pair of objects.Minimum Calculates the minimum value of a feature applied to both objects in a pair.RatioFirstToSecond Ratio of first-object to second-object in a pair.Second Evaluates a feature on the second object in a pair of objects.SubtractSecondFromFirst Subtract second-object from first-object in a pair.