Uses of Class
boofcv.alg.fiducial.calib.squares.SquareGrid
Packages that use SquareGrid
-
Uses of SquareGrid in boofcv.alg.fiducial.calib.squares
Methods in boofcv.alg.fiducial.calib.squares that return types with arguments of type SquareGridModifier and TypeMethodDescriptionSquareCrossClustersIntoGrids.getGrids()SquareRegularClustersIntoGrids.getGrids()Returns a list of all the square grids it foundMethods in boofcv.alg.fiducial.calib.squares with parameters of type SquareGridModifier and TypeMethodDescriptionvoidSquareGridTools.boundingPolygonCCW(SquareGrid grid, Polygon2D_F64 bounding) Get outside corner polygon around the grid.booleanSquareGridTools.checkFlip(SquareGrid grid) Checks to see if it needs to be flipped.doubleSquareGridTools.computeSize(SquareGrid grid) voidSquareGridTools.flipColumns(SquareGrid grid) Flips the order of columnsvoidSquareGridTools.flipRows(SquareGrid grid) Flips the order of rowsprotected voidSquareGridTools.orderNodeGrid(SquareGrid grid, int row, int col) Given the grid coordinate, order the corners for the node at that location.booleanSquareGridTools.orderSquareCorners(SquareGrid grid) Adjust the corners in the square's polygon so that they are aligned along the grids overall lengthvoidSquareGridTools.putIntoCanonical(SquareGrid grid) There can be 2 or 4 possible orientations which are equally valid solutions.voidSquareGridTools.reverse(SquareGrid grid) voidSquareGridTools.rotateCCW(SquareGrid grid) voidSquareGridTools.transpose(SquareGrid grid) Transposes the grid