IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes | Variables
puzzle.board Namespace Reference

A base representation for a puzzle board, which is basically a collection of pieces. Gets used in many different ways. More...

Classes

class  Board
 Class description for a board, which is a locality sensitive bag. More...
 
class  CfgCorrespondences
 Configuration setting specifier for Correspondences class. More...
 
class  CorrespondenceParms
 
class  Correspondences
 Class that compares two boards and generates correspondences across them. More...
 

Variables

int SCORE_DIFFERENCE = 0
 
int SCORE_SIMILAR = 1
 

Detailed Description

A base representation for a puzzle board, which is basically a collection of pieces. Gets used in many different ways.

A puzzle board consists of a collection of puzzle pieces and their locations. There is no assumption on where the pieces are located. A board just keeps track of a candidate jigsaw puzzle state, or possibly the state of a subset of a given jigsaw puzzle. Think of it as a bag class for puzzle pieces, just that they also have locality.

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
Yiye Chen, yyche.nosp@m.n201.nosp@m.9@gat.nosp@m.ech..nosp@m.edu
Date
2024/10/20 [refactored and merged]
2022/07/03 [modified]
2021/08/01 [modified]
2021/07/28 [created]

! NOTES: 4 space indent. 100 columns.

============================== puzzle.board =============================

Variable Documentation

◆ SCORE_DIFFERENCE

int SCORE_DIFFERENCE = 0

◆ SCORE_SIMILAR

int SCORE_SIMILAR = 1