public class ConfigSquareGrid
extends java.lang.Object
implements boofcv.struct.Configuration
DetectSquareGridFiducial,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
int |
numCols
Number of black squares wide the grid is.
|
int |
numRows
Number of black squares tall the grid is.
|
double |
spaceWidth
Physical width of the space between each square
|
boofcv.factory.shape.ConfigPolygonDetector |
square
Configuration for square detector
NOTE: Number of sides, clockwise, and convex are all set by the detector in its consturctor.
|
double |
squareWidth
Physical width of the square.
|
boofcv.factory.filter.binary.ConfigThreshold |
thresholding
Configuration for thresholding the image
|
| Constructor and Description |
|---|
ConfigSquareGrid(int numRows,
int numCols,
double squareWidth,
double spaceWidth) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
double |
getSpacetoSquareRatio() |
public int numRows
public int numCols
public boofcv.factory.filter.binary.ConfigThreshold thresholding
public boofcv.factory.shape.ConfigPolygonDetector square
public double squareWidth
public double spaceWidth