IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes | Namespaces
matrix.py File Reference

Classes

class  CfgMatrix
 Configuration setting specifier for gridded puzzle. More...
 
class  Matrix
 Puzzle type that is a set of adjacent, rectangular puzzle pieces that get put together in a matrix/2D array shape. All rows/columns have same number of pieces. More...
 

Namespaces

 puzzle.builder.matrix
 An adjacent puzzle for which the pieces are rectangular or square so as to arranged neatly into rows and columns.