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

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) More...

Classes

class  Arrangement
 A puzzle that simply needs to arrange pieces on a workspace. More...
 
class  CfgArrangement
 Configuration setting specifier for centroidMulti. More...
 

Detailed Description

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)

Author
Patricio A. Vela, pvela.nosp@m.@gat.nosp@m.ech.e.nosp@m.du
Yunzhi Lin, yunzh.nosp@m.i.li.nosp@m.n@gat.nosp@m.ech..nosp@m.edu
Date
2021/08/05 [modified]
2021/07/30 [created]
Todo:

May need more work to align with current revisions.

Some of the test scripts may have bad Cfg parameter names.