Uses of Class
boofcv.alg.fiducial.calib.chess.ChessboardCornerClusterToGrid.GridInfo
Packages that use ChessboardCornerClusterToGrid.GridInfo
-
Uses of ChessboardCornerClusterToGrid.GridInfo in boofcv.alg.fiducial.calib.chess
Fields in boofcv.alg.fiducial.calib.chess with type parameters of type ChessboardCornerClusterToGrid.GridInfoModifier and TypeFieldDescriptionprotected DogArray<ChessboardCornerClusterToGrid.GridInfo>DetectChessboardXCornerPatterns.foundMethods in boofcv.alg.fiducial.calib.chess that return types with arguments of type ChessboardCornerClusterToGrid.GridInfoMethods in boofcv.alg.fiducial.calib.chess with parameters of type ChessboardCornerClusterToGrid.GridInfoModifier and TypeMethodDescriptionvoidChessboardCornerClusterToGrid.rotateCCW(ChessboardCornerClusterToGrid.GridInfo grid) Rotates the grid in the CCW directionbooleanChessboardCornerClusterToGrid.sparseToGrid(ChessboardCornerClusterToGrid.GridInfo info) After the sparse grid has been found this function can then be called to extract a complete target.