Uses of Class
org.anchoranalysis.image.feature.bean.evaluator.FeatureEvaluator
Packages that use FeatureEvaluator
Package
Description
A pairing of objects from two collections (bipartite matching).
What to compare an annotation (ground truth) against?
Pairs annotations from two different sets, creating an assignment of some type.
Implementations of
ObjectFilter that assess each
element in a collection collectively.Implementations of
ObjectFilter that
independently assess each element in a collection.Implementations of
ObjectCollectionProvider
involving feature calculation.Implementations of
ObjectCollectionProvider
involving merging objects together.Conditions for merging
ObjectMasks.-
Uses of FeatureEvaluator in org.anchoranalysis.annotation.io.assignment
Constructors in org.anchoranalysis.annotation.io.assignment with parameters of type FeatureEvaluatorModifierConstructorDescriptionAssignOverlappingObjects(FeatureEvaluator<FeatureInputPairObjects> featureEvaluator, boolean flatten) Creates a newAssignOverlappingObjectsinstance. -
Uses of FeatureEvaluator in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that return FeatureEvaluatorModifier and TypeMethodDescriptionMultipleComparer.getFeatureEvaluator()Calculates the cost used when making assignments.Methods in org.anchoranalysis.annotation.io.bean.comparer with parameters of type FeatureEvaluatorModifier and TypeMethodDescriptionvoidMultipleComparer.setFeatureEvaluator(FeatureEvaluator<FeatureInputPairObjects> featureEvaluator) Calculates the cost used when making assignments. -
Uses of FeatureEvaluator in org.anchoranalysis.plugin.annotation.bean.comparison.assigner
Methods in org.anchoranalysis.plugin.annotation.bean.comparison.assigner that return FeatureEvaluatorMethods in org.anchoranalysis.plugin.annotation.bean.comparison.assigner with parameters of type FeatureEvaluatorModifier and TypeMethodDescriptionvoidFeatureCostAssigner.setFeatureEvaluator(FeatureEvaluator<FeatureInputPairObjects> featureEvaluator) -
Uses of FeatureEvaluator in org.anchoranalysis.plugin.image.bean.object.filter.collective
Methods in org.anchoranalysis.plugin.image.bean.object.filter.collective that return FeatureEvaluatorModifier and TypeMethodDescriptionDiscardOutliers.getFeatureEvaluator()RelationWithMatches.getFeatureEvaluator()RelationWithMatches.getFeatureEvaluatorMatch()Methods in org.anchoranalysis.plugin.image.bean.object.filter.collective with parameters of type FeatureEvaluatorModifier and TypeMethodDescriptionvoidDiscardOutliers.setFeatureEvaluator(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) voidRelationWithMatches.setFeatureEvaluator(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) voidRelationWithMatches.setFeatureEvaluatorMatch(FeatureEvaluator<FeatureInputSingleObject> featureEvaluatorMatch) -
Uses of FeatureEvaluator in org.anchoranalysis.plugin.image.bean.object.filter.independent
Methods in org.anchoranalysis.plugin.image.bean.object.filter.independent that return FeatureEvaluatorMethods in org.anchoranalysis.plugin.image.bean.object.filter.independent with parameters of type FeatureEvaluatorModifier and TypeMethodDescriptionvoidThresholdedFeature.setFeatureEvaluator(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) -
Uses of FeatureEvaluator in org.anchoranalysis.plugin.image.bean.object.provider.feature
Methods in org.anchoranalysis.plugin.image.bean.object.provider.feature that return FeatureEvaluatorModifier and TypeMethodDescriptionObjectCollectionProviderWithFeature.getFeatureEvaluator()The feature evaluator used to calculate features for single objects.Methods in org.anchoranalysis.plugin.image.bean.object.provider.feature with parameters of type FeatureEvaluatorModifier and TypeMethodDescriptionvoidObjectCollectionProviderWithFeature.setFeatureEvaluator(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) The feature evaluator used to calculate features for single objects. -
Uses of FeatureEvaluator in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return FeatureEvaluatorModifier and TypeMethodDescriptionMergeGreedyToIncreaseObjectFeature.getFeatureEvaluator()MergeToIncreaseObjectFeature.getFeatureEvaluator()MergePairs.getFeatureEvaluatorMerge()MergePairs.getFeatureEvaluatorThreshold()Allows merge only if the feature-value satisfies a relation to this thresholdMethods in org.anchoranalysis.plugin.image.bean.object.provider.merge with parameters of type FeatureEvaluatorModifier and TypeMethodDescriptionvoidMergeGreedyToIncreaseObjectFeature.setFeatureEvaluator(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) voidMergeToIncreaseObjectFeature.setFeatureEvaluator(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) voidMergePairs.setFeatureEvaluatorMerge(FeatureEvaluator<FeatureInputPairObjects> featureEvaluatorMerge) voidMergePairs.setFeatureEvaluatorThreshold(FeatureEvaluator<FeatureInputNull> featureEvaluatorThreshold) Allows merge only if the feature-value satisfies a relation to this threshold -
Uses of FeatureEvaluator in org.anchoranalysis.plugin.image.object.merge.condition
Constructors in org.anchoranalysis.plugin.image.object.merge.condition with parameters of type FeatureEvaluatorModifierConstructorDescriptionIncreaseFeatureCondition(FeatureEvaluator<FeatureInputSingleObject> featureEvaluator) Creates a newIncreaseFeatureConditioninstance.