public class ConfigSquareGrid
extends java.lang.Object
implements boofcv.struct.Configuration
DetectSquareCalibrationPoints,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
double |
binaryAdaptiveBias
Bias used by local adaptive threshold
|
int |
binaryAdaptiveRadius
Size of local region used by adaptive threshold
|
double |
binaryGlobalThreshold
Global threshold used on the image.
|
int |
numCols
Number of squares wide the grid is.
|
int |
numRows
Number of squares tall the grid is.
|
double |
relativeSizeThreshold
Increases or decreases the minimum allowed blob size.
|
double |
spaceToSquareRatio
Length of the space relative to the length of a square in the grid
|
| Constructor and Description |
|---|
ConfigSquareGrid(int numCols,
int numRows) |
ConfigSquareGrid(int numCols,
int numRows,
double spaceToSquareRatio) |
ConfigSquareGrid(int numCols,
int numRows,
double spaceToSquareRatio,
double relativeSizeThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int numCols
public int numRows
public double relativeSizeThreshold
public double binaryGlobalThreshold
public int binaryAdaptiveRadius
public double binaryAdaptiveBias
public double spaceToSquareRatio
public ConfigSquareGrid(int numCols,
int numRows)
public ConfigSquareGrid(int numCols,
int numRows,
double spaceToSquareRatio)
public ConfigSquareGrid(int numCols,
int numRows,
double spaceToSquareRatio,
double relativeSizeThreshold)