public class ConfigQrCode
extends java.lang.Object
implements boofcv.struct.Configuration
| Modifier and Type | Field and Description |
|---|---|
boofcv.factory.shape.ConfigPolygonDetector |
polygon |
boofcv.factory.filter.binary.ConfigThreshold |
threshold |
int |
versionMaximum |
int |
versionMinimum |
| Constructor and Description |
|---|
ConfigQrCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
static ConfigQrCode |
fast()
Default configuration for a QR Code detector which is optimized for speed
|
public boofcv.factory.filter.binary.ConfigThreshold threshold
public boofcv.factory.shape.ConfigPolygonDetector polygon
public int versionMinimum
public int versionMaximum
public static ConfigQrCode fast()
public void checkValidity()
checkValidity in interface boofcv.struct.Configuration