mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:37:00 +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:
@@ -45,6 +45,8 @@ class Config
|
||||
|
||||
bool opencl_enabled;
|
||||
|
||||
float detection_iteration_increase;
|
||||
|
||||
float maxPlateWidthPercent;
|
||||
float maxPlateHeightPercent;
|
||||
|
||||
|
Reference in New Issue
Block a user