Uses of Class
org.anchoranalysis.plugin.image.object.merge.ObjectVertex
Packages that use ObjectVertex
-
Uses of ObjectVertex in org.anchoranalysis.plugin.image.object.merge
Methods in org.anchoranalysis.plugin.image.object.merge that return ObjectVertexModifier and TypeMethodDescriptionMergeGraph.merge
(TypedEdge<ObjectVertex, PrioritisedVertex> bestImprovement) Merges two vertices in the graph.Methods in org.anchoranalysis.plugin.image.object.merge that return types with arguments of type ObjectVertexModifier and TypeMethodDescriptionMergeGraph.addObjectsToGraph
(ObjectCollection objects) Adds objects to the graph.MergeGraph.findMaxPriority()
Finds the edge with the maximum priority for merging.Methods in org.anchoranalysis.plugin.image.object.merge with parameters of type ObjectVertexModifier and TypeMethodDescriptionDescribeGraph.describeEdge
(ObjectVertex source, ObjectVertex destination, ObjectVertex merged, double priority, boolean doMerge) Generates a string to describe a potential merge.void
GraphLogger.describeEdge
(ObjectVertex src, ObjectVertex dest, ObjectVertex merged, double priority, boolean doMerge) Logs a description of a potential edge merge.DescribeGraph.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.Method parameters in org.anchoranalysis.plugin.image.object.merge with type arguments of type ObjectVertexModifier 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 ObjectVertex in org.anchoranalysis.plugin.image.object.merge.priority
Methods in org.anchoranalysis.plugin.image.object.merge.priority that return ObjectVertexMethods in org.anchoranalysis.plugin.image.object.merge.priority with parameters of type ObjectVertexModifier 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.