Package algorithm.psgm

All classes used for the computation of two skeletons' endnode similarities, as described in the paper.

See:
          Description

Class Summary
CostGetter Given two skeletons, get the costs to match two specified end nodes by first creating a path distance matrix and then applying OSBv5 to this matrix.
OSBv5 This is a java adaption of Latecki's OSBv5 matlab code
PSGM An implementation of the skeleton based matching algorithm proposed in Path Similarity Graph Matching.
PSGMResult "dirty" matching result of the matching algorithm PSGM.
SkeletonPathGetter we use a special representation for skeleton paths in our algorithm: the idea is to sample each skeleton path in M equidistant points in both skeletons.
 

Package algorithm.psgm Description

All classes used for the computation of two skeletons' endnode similarities, as described in the paper.