public class ConfigFiducialBinary
extends java.lang.Object
implements boofcv.struct.Configuration
SquareBinary_to_FiducialDetector.DetectFiducialSquareBinary,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
double |
ambiguousThreshold
Value from 0 to 1.
|
double |
borderWidthFraction
How wide the border is relative to the total fiducial width.
|
int |
gridWidth
Number of elements wide the encoded grid is.
|
double |
minimumBlackBorderFraction
Fraction of border pixels which must be black.
|
boofcv.factory.shape.ConfigPolygonDetector |
squareDetector
Configuration for square detector
NOTE: Number of sides, clockwise, and convex are all set by the detector in its consturctor.
|
double |
targetWidth
Length of a targets size in world units.
|
| Constructor and Description |
|---|
ConfigFiducialBinary() |
ConfigFiducialBinary(double targetWidth) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
double |
getBorderWidthFraction() |
int |
getGridWidth() |
boofcv.factory.shape.ConfigPolygonDetector |
getSquareDetector() |
double |
getTargetWidth() |
void |
setBorderWidthFraction(double borderWidthFraction) |
void |
setGridWidth(int gridWidth) |
void |
setSquareDetector(boofcv.factory.shape.ConfigPolygonDetector squareDetector) |
void |
setTargetWidth(double targetWidth) |
java.lang.String |
toString() |
public double targetWidth
public double ambiguousThreshold
public int gridWidth
public double borderWidthFraction
public double minimumBlackBorderFraction
public boofcv.factory.shape.ConfigPolygonDetector squareDetector
public ConfigFiducialBinary()
public ConfigFiducialBinary(double targetWidth)
public void checkValidity()
checkValidity in interface boofcv.struct.Configurationpublic int getGridWidth()
public void setGridWidth(int gridWidth)
public double getBorderWidthFraction()
public void setBorderWidthFraction(double borderWidthFraction)
public double getTargetWidth()
public void setTargetWidth(double targetWidth)
public boofcv.factory.shape.ConfigPolygonDetector getSquareDetector()
public void setSquareDetector(boofcv.factory.shape.ConfigPolygonDetector squareDetector)
public java.lang.String toString()
toString in class java.lang.Object