mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:16:50 +08:00
Added config option to bypass detection.
If detection is bypassed, OpenALPR assumes the region provided is already a likely plate region
This commit is contained in:
@@ -137,6 +137,8 @@ namespace alpr
|
||||
maxDetectionInputWidth = getInt("common", "max_detection_input_width", 1280);
|
||||
maxDetectionInputHeight = getInt("common", "max_detection_input_height", 768);
|
||||
|
||||
skipDetection = getBoolean("common", "skip_detection", false);
|
||||
|
||||
maxPlateAngleDegrees = getInt("common", "max_plate_angle_degrees", 15);
|
||||
|
||||
minPlateSizeWidthPx = getInt(country, "min_plate_size_width_px", 100);
|
||||
|
Reference in New Issue
Block a user