Uses of Class
boofcv.alg.fiducial.calib.squares.SquareGrid
-
Uses of SquareGrid in boofcv.alg.fiducial.calib.squares
Modifier and TypeMethodDescriptionSquareCrossClustersIntoGrids.getGrids()
SquareRegularClustersIntoGrids.getGrids()
Returns a list of all the square grids it foundModifier and TypeMethodDescriptionvoid
SquareGridTools.boundingPolygonCCW
(SquareGrid grid, Polygon2D_F64 bounding) Get outside corner polygon around the grid.boolean
SquareGridTools.checkFlip
(SquareGrid grid) Checks to see if it needs to be flipped.double
SquareGridTools.computeSize
(SquareGrid grid) void
SquareGridTools.flipColumns
(SquareGrid grid) Flips the order of columnsvoid
SquareGridTools.flipRows
(SquareGrid grid) Flips the order of rowsprotected void
SquareGridTools.orderNodeGrid
(SquareGrid grid, int row, int col) Given the grid coordinate, order the corners for the node at that location.boolean
SquareGridTools.orderSquareCorners
(SquareGrid grid) Adjust the corners in the square's polygon so that they are aligned along the grids overall lengthvoid
SquareGridTools.putIntoCanonical
(SquareGrid grid) There can be 2 or 4 possible orientations which are equally valid solutions.void
SquareGridTools.reverse
(SquareGrid grid) void
SquareGridTools.rotateCCW
(SquareGrid grid) void
SquareGridTools.transpose
(SquareGrid grid) Transposes the grid