Package org.anchoranalysis.image.feature.bean.object.pair


package org.anchoranalysis.image.feature.bean.object.pair
Features that operate on a pair of ObjectMasks.
  • Classes
    Class
    Description
    Base class for evaluating FeaturePairObjects in terms of another feature that operates on elements (first, second, merged etc.).
    An abstract base class for features that operate on pairs of objects.
    Evaluates a feature on the first object in a pair of objects.
    Evaluates a feature on the merged object created from a pair of objects.
    Calculates the minimum value of a feature applied to both objects in a pair.
    Ratio of first-object to second-object in a pair.
    Evaluates a feature on the second object in a pair of objects.
    Subtract second-object from first-object in a pair.