IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Static Public Attributes | List of all members
PieceStatus Class Reference
Inheritance diagram for PieceStatus:
Inheritance graph
[legend]
Collaboration diagram for PieceStatus:
Collaboration graph
[legend]

Static Public Attributes

int GONE = 5
 
int INHAND = 3
 
int INVISIBLE = 4
 
int MEASURED = 1
 
int TRACKED = 2
 
int UNKNOWN = 0
 

Detailed Description

@brief PieceStatus used to keep track of the status of pieces.

Member Data Documentation

◆ GONE

int GONE = 5
static

◆ INHAND

int INHAND = 3
static

◆ INVISIBLE

int INVISIBLE = 4
static

◆ MEASURED

int MEASURED = 1
static

◆ TRACKED

int TRACKED = 2
static

◆ UNKNOWN

int UNKNOWN = 0
static

The documentation for this class was generated from the following file: