Package org.anchoranalysis.plugin.image.feature.bean.list.pair

Implementations of FeatureListProvider with input-type FeatureInputPairObjects.
  • Class Summary 
    Class Description
    DeriveFromPair
    Embeds each feature in a FeatureDeriveFromPair feature (first, second or merge) and prepends with a string.
    FeatureListProviderAggregatePair
    Calculates features on each part of a pair (first, second, merged etc.) and then reduces the calculation to a single number.
    ReduceFirstAndSecond
    Calculates the aggregate of a feature applied to both the first and second objects in a FeatureInputPairObjects.
    ReduceRatioFirstAndSecond
    Calculates the aggregate of the ratio of first:second and second :first for a FeatureInputPairObjects
    SubtractReducedFromMerged
    Calculates merged - reduce(first,second) for a FeatureInputPairObjects