Uses of Class
org.anchoranalysis.plugin.image.feature.bean.object.combine.CombineObjectsForFeatures
Packages that use CombineObjectsForFeatures
-
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 TypeClassDescriptionclass
Selects features and objects directly from the input list, treating each object independently.class
Creates a set of features, that creates pairs of neighboring-objects and applies a mixture of single-object features and pair features. -
Uses of CombineObjectsForFeatures in org.anchoranalysis.plugin.image.task.feature.calculator
Constructors in org.anchoranalysis.plugin.image.task.feature.calculator with parameters of type CombineObjectsForFeaturesModifierConstructorDescriptionCalculateFeaturesForObjects
(CombineObjectsForFeatures<T> table, InitializationWithEnergyStack initialization, boolean suppressErrors, FeatureCalculationContext<FeatureTableCalculator<T>> context) Creates a newCalculateFeaturesForObjects
.