IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Interface for use by an outer scope that passes along puzzle piece image information for building out a calibrated puzzle board. More...
Classes | |
class | Calibrate |
Puzzle interface to facilitate calibration. More... | |
class | CfgCalibrate |
Configuration setting specifier for puzzle calibration class. More... | |
Interface for use by an outer scope that passes along puzzle piece image information for building out a calibrated puzzle board.
The Calibrate class provide an API for resulting in a calibrated puzzle board, for saving the board, and for loading the board. If additional information is known about the puzzle type, which may be stored with the saved board, then it can be elevated or upgraded to that puzzle type. Thinking mostly of Arrangement, Adjacent, Interlocking, Gridded, etc.
This API will not attempt to invoke more advanced stream processing to actually generate the puzzle piece specification or meta-information. Instead, it assumes that an external interface will parse the scene and invoke this class for realizing the calibration.
NOTES: 90 columns. indent is 2 spaces.
======================= puzzle.builder.arrangement ======================