Uses of Class
algorithm.matching.PossibleMatchList

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

Uses of PossibleMatchList in algorithm.matching
 

Methods in algorithm.matching that return PossibleMatchList
private  PossibleMatchList OSBfinalMatching.getPossibleMatchings(double[][] costs)
          Get all "imaginary" matchings that are possible.
 

Methods in algorithm.matching with parameters of type PossibleMatchList
private  double[][] OSBfinalMatching.getCostMatrix(double[][] costs, java.util.List<SkeletonNode> orderedEndnodes1, java.util.List<SkeletonNode> orderedEndnodes2, PossibleMatchList possibleMatchings)
          Get the matching cost matrix as input for OSB function.