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

Classes for puzzle piece specification or description encapsulation. More...

Classes

class  EdgeDes
 
class  EdgeDirection
 EdgeDirection used to keep track of the direction of edges. More...
 
class  EdgeType
 EdgeType used to keep track of the type of edges. More...
 
class  Piece
 Bad code here. More...
 
class  PieceStatus
 PieceStatus used to keep track of the status of pieces. More...
 
class  PuzzleTemplate
 Data class containing puzzle piece information. More...
 
class  Regular
 A puzzle has Regular pieces when they are all of a consistent sizing such that their edge structure can be compared in a standard North, South, East, West approach. More...
 
class  Template
 Stores and encapsulates a template instance of a visual puzzle piece. More...
 

Detailed Description

Classes for puzzle piece specification or description encapsulation.

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
2024/10/20 [merged from Percevier branch]
2021/07/28 [modified]
2021/07/24 [created]