IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Classes | |
class | Board |
Class description for a board, which is a locality sensitive bag. More... | |
class | CfgCorrespondences |
Configuration setting specifier for Correspondences class. More... | |
class | CorrespondenceParms |
class | Correspondences |
Class that compares two boards and generates correspondences across them. More... | |
Namespaces | |
puzzle.board | |
A base representation for a puzzle board, which is basically a collection of pieces. Gets used in many different ways. | |
Variables | |
int | SCORE_DIFFERENCE = 0 |
int | SCORE_SIMILAR = 1 |