Package algorithm.matching

Package containing all classes that are used to establish a final matching between two skeletons' end nodes.

See:
          Description

Interface Summary
MatchingAlgorithm Interface for matching algorithm which take a cost matrix as an argument and compute a MatchList for the indices in the matrix.
 

Class Summary
HungarianAlgorithm An implementation of the classic hungarian algorithm for the assignment problem.
Matching A data structure to hold information about the found matching in two skeletons.
MatchingAngles Representing the angles in three direction for the matching line for a matching.
MatchingFilter Filtering the matching results acording to specific constraints.
MatchList Data structure to hold assignments found in assignment algorithms.
MultipleOSB Deprecated. use OSBFinalMatching instead
OSBfinalMatching Compute the final matching between two skeletons by applying OSBv5 in multiple iterations.
PossibleMatching Store information about possible matchings.
PossibleMatchList Container including matchings that would generally be possible, that is, each node in the first skeleton is hypothetically matched to each node in the second skeleton.
 

Package algorithm.matching Description

Package containing all classes that are used to establish a final matching between two skeletons' end nodes.