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 aFeatureDeriveFromPairfeature (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 aFeatureInputPairObjects.ReduceRatioFirstAndSecond Calculates the aggregate of the ratio offirst:secondandsecond:firstfor aFeatureInputPairObjectsSubtractReducedFromMerged Calculatesmerged - reduce(first,second)for aFeatureInputPairObjects