Package org.anchoranalysis.plugin.image.feature.bean.list.pair
package org.anchoranalysis.plugin.image.feature.bean.list.pair
Implementations of
FeatureListProvider
with
input-type FeatureInputPairObjects
.-
ClassesClassDescriptionEmbeds each feature in a
FeatureDeriveFromPair
feature (first, second or merge) and prepends with a string.Calculates features on each part of a pair (first, second, merged etc.) and then reduces the calculation to a single number.Calculates the aggregate of a feature applied to both the first and second objects in aFeatureInputPairObjects
.Calculates the aggregate of the ratio offirst
:second
andsecond
:first
for aFeatureInputPairObjects
Calculatesmerged - reduce(first,second)
for aFeatureInputPairObjects