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:
Matt Hill
2014-03-24 10:10:55 -05:00
parent 3669ce0021
commit b90566585a
4 changed files with 11 additions and 4 deletions

View File

@@ -45,6 +45,8 @@ class Config
bool opencl_enabled;
float detection_iteration_increase;
float maxPlateWidthPercent;
float maxPlateHeightPercent;