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.edgesReferences to other corners.ChessboardCornerClusterToGrid.GridElement.nodeFields in boofcv.alg.fiducial.calib.chess with type parameters of type ChessboardCornerGraph.NodeModifier and TypeFieldDescriptionChessboardCornerGraph.cornersChessboardCornerClusterToGrid.GridInfo.nodesMethods in boofcv.alg.fiducial.calib.chess that return ChessboardCornerGraph.NodeModifier and TypeMethodDescription@Nullable ChessboardCornerGraph.NodeChessboardCornerGraph.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 TypeMethodDescriptionbooleanChessboardCornerClusterToGrid.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 TypeMethodDescriptionvoidChessboardCornerClusterToGrid.GridInfo.lookupGridCorners(List<ChessboardCornerGraph.Node> corners) voidChessboardCornerGraph.Node.putEdgesIntoList(List<ChessboardCornerGraph.Node> found) Iterates through edges until it encounters edge 'count'