| IVALab Python Libraries
    Collection of code for computer vision and robotics with specific API. | 
This is the complete list of members for Board, including all inherited members.
| __init__(self, *argv) | Board | |
| addPiece(self, piece, ORIGINAL_ID=False) | Board | |
| addPieceFromImageAndMask(self, theImage, theMask, centroidLoc=None, cLoc=None) | Board | |
| addPieces(self, pieces) | Board | |
| boundingBox(self) | Board | |
| clear(self) | Board | |
| display_cv(self, theImage=None, fh=None, ID_DISPLAY=False, CONTOUR_DISPLAY=False, BOUNDING_BOX=False, window_name='Puzzle') | Board | |
| display_mp(self, theImage=None, ax=None, fh=None, ID_DISPLAY=False, CONTOUR_DISPLAY=False, BOUNDING_BOX=False) | Board | |
| extents(self) | Board | |
| fromImageAndLabels(self, theImage, theLabels) | Board | |
| getPiece(self, id) | Board | |
| id_count | Board | |
| markMissing(self, indSetMeasured) | Board | |
| offset(self, dr) | Board | |
| pieceLocations(self, isCenter=False) | Board | |
| pieces | Board | |
| relabel(self, newLabels, idContinue) | Board | |
| rmPiece(self, id) | Board | |
| size(self) | Board | |
| testAdjacent(self, id_A, id_B, tauAdj) | Board | |
| toImage(self, theImage=None, ID_DISPLAY=False, COLOR=(0, 0, 0), ID_COLOR=(255, 255, 255), CONTOUR_DISPLAY=True, BOUNDING_BOX=True) | Board |