Package algorithm

Package containing all classes that are part of establishing correspondences between two skeletons' end nodes.

See:
          Description

Class Summary
CleanMatchingResult Data structure to hold information about a matching between two skeleton objects.
Matching2D Wrapper class to use PSGM for the matching of 2D data.
Matching3D Wrapper class to use PSGM for the matching of 3D data.
PathSimilaritySkeletonGraphMatching Deprecated. use Matching2D instead
 

Package algorithm Description

Package containing all classes that are part of establishing correspondences between two skeletons' end nodes.

Matching2D and Matching3D are wrapper classes that should be used to access the algorithm execution. They take care to "clean up" the results produced by PSGM. The matching results are stored by the endnode's indices of the skeleton's list of all end nodes.