Uses of Class
org.anchoranalysis.plugin.image.object.merge.priority.AssignPriority
Packages that use AssignPriority
Package
Description
Implementations of
ObjectCollectionProvider
involving merging objects together.Merging
ObjectMask
s.Assigning priority when merging
ObjectMask
s.-
Uses of AssignPriority in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return AssignPriorityModifier and TypeMethodDescriptionprotected AssignPriority
MergePairs.createPrioritizer()
protected AssignPriority
MergeToIncreaseObjectFeature.createPrioritizer()
protected abstract AssignPriority
MergeWithFeature.createPrioritizer()
Determines the priority (and selection criteria) used to allow merges between neighbors. -
Uses of AssignPriority in org.anchoranalysis.plugin.image.object.merge
Constructors in org.anchoranalysis.plugin.image.object.merge with parameters of type AssignPriorityModifierConstructorDescriptionMergeGraph
(PayloadCalculator payloadCalculator, UpdatableBeforeCondition beforeCondition, Optional<UnitConverter> unitConverter, AssignPriority prioritizer, Logger logger, boolean logPayload) Constructor. -
Uses of AssignPriority in org.anchoranalysis.plugin.image.object.merge.priority
Subclasses of AssignPriority in org.anchoranalysis.plugin.image.object.merge.priorityModifier and TypeClassDescriptionclass
Allows merges if there is an increase in the payload i.e.class
Calculates pair-feature on each potential merge, and this value determines priority..