Package boofcv.alg.fiducial.calib.chess
Class ChessboardCornerGraph.Node
java.lang.Object
boofcv.alg.fiducial.calib.chess.ChessboardCornerGraph.Node
- Enclosing class:
- ChessboardCornerGraph
-
Field Summary
Modifier and TypeFieldDescriptionReference to the corner this node came from.final ChessboardCornerGraph.Node[]
References to other corners.int
Index in the node list -
Constructor Summary
-
Method Summary
-
Field Details
-
index
public int indexIndex in the node list -
corner
Reference to the corner this node came from. -
edges
References to other corners. Can only be connected to 4 corners in directions approximated 90 degrees apart.
-
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
getX
public double getX() -
getY
public double getY() -
getOrientation
public double getOrientation() -
putEdgesIntoList
Iterates through edges until it encounters edge 'count' -
rotateEdgesDown
public void rotateEdgesDown()Rotate edges down in the array. -
reset
public void reset() -
countEdges
public int countEdges()
-