IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
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... | |
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.