public class ConfigChessboard
extends java.lang.Object
implements boofcv.struct.Configuration
DetectChessboardFiducial,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boofcv.struct.ConfigLength |
maximumCornerDistance
The maximum distance in pixels that two corners can be from each other.
|
int |
numCols
Number of squares wide the grid is.
|
int |
numRows
Number of squares tall the grid is.
|
boofcv.factory.shape.ConfigPolygonDetector |
square
Configuration for square detector.
|
double |
squareWidth
Physical width of each square on the calibration target
|
boofcv.factory.filter.binary.ConfigThreshold |
thresholding
Configuration for thresholding the image
|
| Constructor and Description |
|---|
ConfigChessboard(int numRows,
int numCols,
double squareWidth) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int numRows
public int numCols
public boofcv.struct.ConfigLength maximumCornerDistance
public boofcv.factory.filter.binary.ConfigThreshold thresholding
public boofcv.factory.shape.ConfigPolygonDetector square
public double squareWidth