IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes
puzzle.pieces.matchDifferent Namespace Reference

Sub-classes of this derived class branch use difference scores for determining whether two puzzle pieces match. More...

Classes

class  CfgDistance
 Configuration setting specifier for distance matcher class. More...
 
class  CfgHistogramCV
 Configuration setting specifier for Histogram puzzle comparator class. More...
 
class  CfgMoments
 Configuration setting specifier for Moments class. More...
 
class  CfgPCA
 Configuration setting specifier for Moments class. More...
 
class  Distance
 Distance-based puzzle piece matching. More...
 
class  HistogramCV
 OpenCV Histogram puzzle comparator class. More...
 
class  Moments
 Uses shape moments to establish similarity. More...
 
class  PCA
 Uses pca to calculate rotation. More...
 

Detailed Description

Sub-classes of this derived class branch use difference scores for determining whether two puzzle pieces match.

Difference scores are interpreted as smaller being more likely to be a match and bigger being less likely to be a match. There will usually be lower and upper limits for the difference score.

Author
Patricio A. Vela, pvela.nosp@m.@gat.nosp@m.ech.e.nosp@m.du
Yunzhi Lin, yunzh.nosp@m.i.li.nosp@m.n@gat.nosp@m.ech..nosp@m.edu
Date
2021/07/24 [created]
2021/07/30 [modified]