Uses of Class
algorithm.CleanMatchingResult

Packages that use CleanMatchingResult
algorithm Package containing all classes that are part of establishing correspondences between two skeletons' end nodes. 
algorithm.matching Package containing all classes that are used to establish a final matching between two skeletons' end nodes. 
algorithm.psgm All classes used for the computation of two skeletons' endnode similarities, as described in the paper. 
io.visualize Classes needed to visualize/show skeletons and skeleton matching results. 
 

Uses of CleanMatchingResult in algorithm
 

Methods in algorithm that return CleanMatchingResult
 CleanMatchingResult Matching3D.go()
          Applying PSGM.go(Config) to the two skeletons loaded.
 CleanMatchingResult Matching2D.go()
          execute the PSGM algorithm.
 CleanMatchingResult PathSimilaritySkeletonGraphMatching.go(Config config)
          Deprecated. Execute the PSGM algorithm.
 

Uses of CleanMatchingResult in algorithm.matching
 

Methods in algorithm.matching with parameters of type CleanMatchingResult
static void MatchingFilter.clearMatchings(Config config, CleanMatchingResult result)
          Clear the matching results according to the parameters specified in the config
static void MatchingFilter.clearMatchingsByAngle(CleanMatchingResult result, boolean plusStd)
          Filter the specified match list by applying the following process: The matching visualization is simulated, that is, the skeletons are placed next to each other and the corresponding end nodes are connected by a line.
 

Uses of CleanMatchingResult in algorithm.psgm
 

Methods in algorithm.psgm that return CleanMatchingResult
 CleanMatchingResult PSGMResult.getCleanMatchingResult()
          From the "dirty" PSGMResult, extract a cleaned up result.
 

Uses of CleanMatchingResult in io.visualize
 

Fields in io.visualize declared as CleanMatchingResult
private  CleanMatchingResult MatchingViewer3DPanel.result
          the matching result
private  CleanMatchingResult MatchingViewer3D.result
          holds the matching result
 

Constructors in io.visualize with parameters of type CleanMatchingResult
MatchingViewer3D(CleanMatchingResult result)
          Constructor.
MatchingViewer3D(CleanMatchingResult result, Config config)
          Constructor.
MatchingViewer3DPanel(CleanMatchingResult result, Config config)
          Creating a new instance.