mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 22:36:53 +08:00
Removed debug flags and added comment to new parameter
This commit is contained in:
@@ -6,6 +6,11 @@ state_id_img_size_percent = 2.0
|
||||
max_plate_width_percent = 100
|
||||
max_plate_height_percent = 100
|
||||
|
||||
|
||||
; detection_iteration_increase is the percentage that the LBP frame increases each iteration.
|
||||
; It must be greater than 1.0. A value of 1.01 means increase by 1%, 1.10 increases it by 10% each time.
|
||||
; So a 1% increase would be ~10x slower than 10% to process, but it has a higher chance of landing
|
||||
; directly on the plate and getting a strong detection
|
||||
detection_iteration_increase = 1.1
|
||||
|
||||
opencl_enabled = 0
|
||||
@@ -27,7 +32,7 @@ postprocess_min_characters = 4
|
||||
postprocess_max_characters = 8
|
||||
|
||||
[debug]
|
||||
general = 1
|
||||
general = 0
|
||||
timing = 0
|
||||
state_id = 0
|
||||
plate_lines = 0
|
||||
@@ -38,7 +43,7 @@ char_analysis = 0
|
||||
color_filter = 0
|
||||
ocr = 0
|
||||
postprocess = 0
|
||||
show_images = 1
|
||||
show_images = 0
|
||||
|
||||
;;; Country Specific variables ;;;;
|
||||
|
||||
|
Reference in New Issue
Block a user