public class ConfigChessboard
extends java.lang.Object
implements boofcv.struct.Configuration
DetectChessCalibrationPoints,
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 |
nonmaxRadius
Size of interest point detection region.
|
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.
|
| Constructor and Description |
|---|
ConfigChessboard(int numCols,
int numRows) |
ConfigChessboard(int numCols,
int numRows,
int nonmaxRadius,
double relativeSizeThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int numCols
public int numRows
public int nonmaxRadius
public double relativeSizeThreshold
public double binaryGlobalThreshold
public int binaryAdaptiveRadius
public double binaryAdaptiveBias