Package boofcv.alg.fiducial.calib.chess
-
Interface Summary Interface Description ChessboardCornerClusterToGrid.CheckShape -
Class Summary Class Description ChessboardCornerClusterFinder<T extends ImageGray<T>> From a set ofChessboardCorners
find all the chessboard grids in view.ChessboardCornerClusterFinder.Edge ChessboardCornerClusterFinder.EdgeSet Collection of edges that share the same relationship with the source vertex.ChessboardCornerClusterFinder.LineInfo Describes the relationship between two vertexes in the graph.ChessboardCornerClusterFinder.SearchResults ChessboardCornerClusterFinder.Vertex Graph vertex for a corner.ChessboardCornerClusterToGrid Given a chessboard corner cluster find the grid which it matches.ChessboardCornerClusterToGrid.GridElement ChessboardCornerClusterToGrid.GridInfo ChessboardCornerEdgeIntensity<T extends ImageGray<T>> Computes edge intensity for the line between two corners.ChessboardCornerGraph A graph describing the inner corners in a chessboard patterns.ChessboardCornerGraph.Node ChessboardPolygonHelper<T extends ImageGray<T>> Helper which expands polygons prior to optimization.DetectChessboardBinaryPattern<T extends ImageGray<T>> Detects calibration points inside a chessboard calibration target.DetectChessboardSquarePoints<T extends ImageGray<T>> Given a binary image it detects the presence of chess board calibration grids.DetectChessboardXCornerPatterns<T extends ImageGray<T>> Chessboard detector that uses X-Corners and finds all valid chessboard patterns inside the image.