IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Namespaces
puzzle.builder Namespace Reference

Namespaces

 adjacent
 This type of puzzle is simply a set of shapes arranged at specific locations with adjacency permitted. Touching or very close proximity should hold for most or all pieces.
 
 arrangement
 This type of puzzle is simply a set of shapes arranged at specific locations in the image with no occlusion or overlap. Touching is not necessary (typically not the case)
 
 calibrate
 Interface for use by an outer scope that passes along puzzle piece image information for building out a calibrated puzzle board.
 
 gridded
 An interlocking puzzle for which the pieces are arranged in a nice gridded manner with a rectangular shape when complete.
 
 interlocking
 This type of puzzle is simply a set of shapes arranged at specific locations that should actually interlock. Placement for them is less forgiving. In principle, they need to fit together.
 
 matrix
 An adjacent puzzle for which the pieces are rectangular or square so as to arranged neatly into rows and columns.