Uses of Class
org.anchoranalysis.plugin.image.object.merge.priority.PrioritisedVertex
Packages that use PrioritisedVertex
-
Uses of PrioritisedVertex in org.anchoranalysis.plugin.image.object.merge
Methods in org.anchoranalysis.plugin.image.object.merge that return types with arguments of type PrioritisedVertexModifier and TypeMethodDescriptionMergeGraph.findMaxPriority()
Finds the edge with the maximum priority for merging.Method parameters in org.anchoranalysis.plugin.image.object.merge with type arguments of type PrioritisedVertexModifier and TypeMethodDescriptionDescribeGraph.describeMerge
(ObjectVertex merged, TypedEdge<ObjectVertex, PrioritisedVertex> bestImprovement) Describes a merge operation that has been decided upon.void
GraphLogger.describeMerge
(ObjectVertex omMerged, TypedEdge<ObjectVertex, PrioritisedVertex> bestImprovement) Logs a description of a merge operation that has been decided upon.MergeGraph.merge
(TypedEdge<ObjectVertex, PrioritisedVertex> bestImprovement) Merges two vertices in the graph. -
Uses of PrioritisedVertex in org.anchoranalysis.plugin.image.object.merge.priority
Methods in org.anchoranalysis.plugin.image.object.merge.priority that return PrioritisedVertexModifier and TypeMethodDescriptionAssignPriority.assignPriority
(ObjectVertex source, ObjectVertex destination, GraphLogger logger) Assigns a priority to a potential merge between two objects.protected abstract PrioritisedVertex
AssignPriority.assignPriorityToEdge
(ObjectVertex source, ObjectVertex destination, ObjectMask merge, ErrorReporter errorReporter) Assigns a priority to an edge between two objects.AssignPriorityFromImprovement.assignPriorityToEdge
(ObjectVertex source, ObjectVertex destination, ObjectMask merged, ErrorReporter errorReporter) AssignPriorityFromPair.assignPriorityToEdge
(ObjectVertex source, ObjectVertex destination, ObjectMask merged, ErrorReporter errorReporter) Prioritizer.createPriority
(ObjectVertex source, ObjectVertex destination, Logger logger) Creates a prioritized vertex based on the source and destination vertices.