|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
This is the complete list of members for Gridded, including all inherited members.
| __init__(self, theBoard=[], theParams=CfgGridded()) | Gridded | |
| puzzle::board::Board.__init__(self, *argv) | Board | |
| addPiece(self, piece, ORIGINAL_ID=False) | Board | |
| addPieceFromImageAndMask(self, theImage, theMask, centroidLoc=None, cLoc=None) | Board | |
| addPieces(self, pieces) | Board | |
| adjMat | Adjacent | |
| assert_gc(self, verbose=False) | Gridded | |
| boundingBox(self) | Board | |
| buildFrom_ImageAndMask(theImage, theMask, theParams=CfgGridded(), show_grid=False) | Gridded | static |
| puzzle::builder::interlocking::Interlocking.buildFrom_ImageAndMask(theImage, theMask, theParams=None) | Interlocking | static |
| buildFrom_ImageProcessing(theImage, theProcessor=None, theDetector=None, theParams=None) | Gridded | static |
| buildFrom_Sketch(theImage, theMask, theProcessor=None, theDetector=None, theParams=None) | Gridded | static |
| buildFromFile_ImageAndMask(fileName, theParams=None) | Gridded | static |
| buildFromFile_Puzzle(fileName, theParams=None) | Gridded | static |
| buildFromFiles_ImageAndMask(imFile, maskFile, theParams=None) | Gridded | static |
| clear(self) | Board | |
| corrections(self, pLoc) | Arrangement | |
| 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 | |
| distances(self, pLoc) | Arrangement | |
| explodedPuzzle(self, dx=100, dy=50, bgColor=(0, 0, 0)) | Gridded | |
| extents(self) | Board | |
| fromImageAndLabels(self, theImage, theLabels) | Board | |
| gc | Gridded | |
| getGc(self) | Gridded | |
| getPiece(self, id) | Board | |
| id_count | Board | |
| ilMat | Gridded | |
| markMissing(self, indSetMeasured) | Board | |
| offset(self, dr) | Board | |
| params | Arrangement | |
| pieceLocations(self, isCenter=False) | Board | |
| pieces | Board | |
| piecesInPlace(self, pLoc, tauDist=None) | Arrangement | |
| processAdjacency(self) | Adjacent | |
| processInterlocking(self) | Interlocking | |
| pshape | Gridded | |
| relabel(self, newLabels, idContinue) | Board | |
| retile(self, dx=150, dy=150, inOrder=True) | Gridded | |
| rmPiece(self, id) | Board | |
| scoreBoard(self, theBoard) | Arrangement | |
| scoreByLocation(self, pLoc) | Arrangement | |
| shuffle(self, numPieces=None, reorient=False, rotRange=[0, 30]) | Gridded | |
| 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 |