Package boofcv.alg.fiducial.calib.chess
Class ChessboardCornerGraph
java.lang.Object
boofcv.alg.fiducial.calib.chess.ChessboardCornerGraph
A graph describing the inner corners in a chessboard patterns. Each node is a corner. A node can have 4 edges that
represent the 4 cardinal directions. Edges are directed. orientation refers to the corner's orientation
which has a range of 180 degrees or -pi/2 to pi/2
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
convert
(FeatureGraph2D graph) Convert into a generic graph.@Nullable ChessboardCornerGraph.Node
findClosest
(double x, double y) void
print()
void
reset()
-
Field Details
-
corners
-
-
Constructor Details
-
ChessboardCornerGraph
public ChessboardCornerGraph()
-
-
Method Details
-
convert
Convert into a generic graph. -
growCorner
-
findClosest
-
print
public void print() -
reset
public void reset()
-