public class ConfigCircleRegularGrid
extends java.lang.Object
implements boofcv.struct.Configuration
DetectCircleHexagonalGrid,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
double |
centerDistance
Distance between each center's center along the x and y axis.
|
double |
circleDiameter
Diameter of each circle.
|
double |
edgeIntensitySimilarityTolerance
How similar edge intensity between two ellipses need to be.
|
boofcv.factory.shape.ConfigEllipseDetector |
ellipse
Configuration for the ellipse detector
|
double |
ellipseSizeSimilarity
How similar two ellipses must be to be connected.
|
int |
numCols
Number of black circles wide the grid is.
|
int |
numRows
Number of black circles tall the grid is.
|
boofcv.factory.filter.binary.ConfigThreshold |
thresholding
Configuration for thresholding the image
|
| Constructor and Description |
|---|
ConfigCircleRegularGrid(int numRows,
int numCols,
double circleDiameter,
double centerDistance) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int numRows
public int numCols
public boofcv.factory.filter.binary.ConfigThreshold thresholding
public boofcv.factory.shape.ConfigEllipseDetector ellipse
public double centerDistance
public double circleDiameter
public double ellipseSizeSimilarity
public double edgeIntensitySimilarityTolerance