|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
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... | |
Namespaces | |
| puzzle.pieces.matchDifferent | |
| Sub-classes of this derived class branch use difference scores for determining whether two puzzle pieces match. | |