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.
 
 arrangement
 This type of puzzle is simply a set of shapes arranged at specific locations in the image with no occlusion or overlap.
 
 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.
 
 matrix
 An adjacent puzzle for which the pieces are rectangular or square so as to arranged neatly into rows and columns.