mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-23 22:13:15 +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:
@@ -31,7 +31,8 @@ detection_strictness = 3
|
||||
max_detection_input_width = 1280
|
||||
max_detection_input_height = 720
|
||||
|
||||
|
||||
; Bypasses plate detection. If this is set to 1, the library assumes that each region provided is a likely plate area.
|
||||
skip_detection = 0
|
||||
|
||||
max_plate_angle_degrees = 15
|
||||
|
||||
|
Reference in New Issue
Block a user