mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 21:02:45 +08:00
Added variable to control plate detection size increase.
Adjusting it to a smaller value means slower detection but higher probability that the plate will be found (and vice versa)
This commit is contained in:
@@ -6,6 +6,8 @@ state_id_img_size_percent = 2.0
|
||||
max_plate_width_percent = 100
|
||||
max_plate_height_percent = 100
|
||||
|
||||
detection_iteration_increase = 1.1
|
||||
|
||||
opencl_enabled = 0
|
||||
|
||||
ocr_min_font_point = 6
|
||||
@@ -25,7 +27,7 @@ postprocess_min_characters = 4
|
||||
postprocess_max_characters = 8
|
||||
|
||||
[debug]
|
||||
general = 0
|
||||
general = 1
|
||||
timing = 0
|
||||
state_id = 0
|
||||
plate_lines = 0
|
||||
@@ -36,7 +38,7 @@ char_analysis = 0
|
||||
color_filter = 0
|
||||
ocr = 0
|
||||
postprocess = 0
|
||||
show_images = 0
|
||||
show_images = 1
|
||||
|
||||
;;; Country Specific variables ;;;;
|
||||
|
||||
|
Reference in New Issue
Block a user