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
ObjectMasks.Assigning priority when merging
ObjectMasks.-
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 AssignPriorityMergePairs.createPrioritizer()protected AssignPriorityMergeToIncreaseObjectFeature.createPrioritizer()protected abstract AssignPriorityMergeWithFeature.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 TypeClassDescriptionclassAllows merges if there is an increase in the payload i.e.classCalculates pair-feature on each potential merge, and this value determines priority..