Uses of Class
boofcv.alg.fiducial.calib.chess.ChessboardCornerGraph.Node
Packages that use ChessboardCornerGraph.Node
-
Uses of ChessboardCornerGraph.Node in boofcv.alg.fiducial.calib.chess
Fields in boofcv.alg.fiducial.calib.chess declared as ChessboardCornerGraph.NodeModifier and TypeFieldDescriptionfinal ChessboardCornerGraph.Node[]
ChessboardCornerGraph.Node.edges
References to other corners.ChessboardCornerClusterToGrid.GridElement.node
Fields in boofcv.alg.fiducial.calib.chess with type parameters of type ChessboardCornerGraph.NodeModifier and TypeFieldDescriptionChessboardCornerGraph.corners
ChessboardCornerClusterToGrid.GridInfo.nodes
Methods in boofcv.alg.fiducial.calib.chess that return ChessboardCornerGraph.NodeModifier and TypeMethodDescription@Nullable ChessboardCornerGraph.Node
ChessboardCornerGraph.findClosest
(double x, double y) ChessboardCornerClusterToGrid.GridInfo.get
(int row, int col) ChessboardCornerGraph.growCorner()
Methods in boofcv.alg.fiducial.calib.chess with parameters of type ChessboardCornerGraph.NodeModifier and TypeMethodDescriptionboolean
ChessboardCornerClusterToGrid.isWhiteSquareOrientation
(ChessboardCornerGraph.Node a, ChessboardCornerGraph.Node c) Returns true of the candidate is the top-left corner in a white square.Method parameters in boofcv.alg.fiducial.calib.chess with type arguments of type ChessboardCornerGraph.NodeModifier and TypeMethodDescriptionvoid
ChessboardCornerClusterToGrid.GridInfo.lookupGridCorners
(List<ChessboardCornerGraph.Node> corners) void
ChessboardCornerGraph.Node.putEdgesIntoList
(List<ChessboardCornerGraph.Node> found) Iterates through edges until it encounters edge 'count'