IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
This is the complete list of members for ByShape, including all inherited members.
__init__(self, thePuzzle, extractor=Moments(), theParams=ParamShapeCluster) | ByShape | |
puzzle::board::Board.__init__(self, *argv) | Board | |
addPiece(self, piece, ORIGINAL_ID=False) | Board | |
addPieceFromImageAndMask(self, theImage, theMask, 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 | |
feaExtractor | ByShape | |
feaLabel | ByShape | |
feature | ByShape | |
fromImageAndLabels(self, theImage, theLabels) | Board | |
getPiece(self, id) | Board | |
id_count | Board | |
markMissing(self, indSetMeasured) | Board | |
offset(self, dr) | Board | |
params | ByShape | |
pieceLocations(self, isCenter=False) | Board | |
pieces | Board | |
process(self) | ByShape | |
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 |