Uses of Class
org.anchoranalysis.plugin.image.feature.bean.object.combine.CombineObjectsForFeatures
Packages that use CombineObjectsForFeatures
Package
Description
Features from combinations of
ObjectMasks.-
Uses of CombineObjectsForFeatures in org.anchoranalysis.plugin.image.feature.bean.object.combine
Subclasses of CombineObjectsForFeatures in org.anchoranalysis.plugin.image.feature.bean.object.combineModifier and TypeClassDescriptionclassSelects features and objects directly from the input list, treating each object independently.classCreates a set of features, that creates pairs of neighboring-objects and applies a mixture of single-object features and pair features.Subclasses with type arguments of type CombineObjectsForFeatures in org.anchoranalysis.plugin.image.feature.bean.object.combineModifier and TypeClassDescriptionclassCombineObjectsForFeatures<T extends FeatureInput>A way to combine (or not combine) objects so that they provide a feature-table.