Package boofcv.alg.fiducial.calib.chess
Class ChessboardCornerClusterToGrid.GridInfo
java.lang.Object
boofcv.alg.fiducial.calib.chess.ChessboardCornerClusterToGrid.GridInfo
- Enclosing class:
- ChessboardCornerClusterToGrid
-
Field Summary
Modifier and TypeFieldDescriptionint
boolean
Indicates if there are no "corner" corner points.int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(int row, int col) void
lookupGridCorners
(List<ChessboardCornerGraph.Node> corners) void
reset()
-
Field Details
-
nodes
-
rows
public int rows -
cols
public int cols -
hasCornerSquare
public boolean hasCornerSquareIndicates if there are no "corner" corner points. See class JavaDoc.
-
-
Constructor Details
-
GridInfo
public GridInfo()
-
-
Method Details
-
reset
public void reset() -
get
-
lookupGridCorners
-