public class ConfigFiducialImage
extends java.lang.Object
implements boofcv.struct.Configuration
SquareImage_to_FiducialDetector.DetectFiducialSquareImage,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
double |
borderWidthFraction
How wide the border is relative to the total fiducial width.
|
double |
maxErrorFraction
If the difference between an candidate and a target is less than this amount it is considered
a match.
|
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.
|
| Constructor and Description |
|---|
ConfigFiducialImage() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
double |
getMaxErrorFraction() |
boofcv.factory.shape.ConfigPolygonDetector |
getSquareDetector() |
void |
setMaxErrorFraction(double maxErrorFraction) |
void |
setSquareDetector(boofcv.factory.shape.ConfigPolygonDetector squareDetector) |
java.lang.String |
toString() |
public double maxErrorFraction
public double borderWidthFraction
public double minimumBlackBorderFraction
public boofcv.factory.shape.ConfigPolygonDetector squareDetector
public void checkValidity()
checkValidity in interface boofcv.struct.Configurationpublic double getMaxErrorFraction()
public void setMaxErrorFraction(double maxErrorFraction)
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