From 9ebc67af3e4211021915886543cf0ebe678a606f Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 25 Mar 2014 08:57:04 -0500 Subject: [PATCH] Removed debug flags and added comment to new parameter --- runtime_data/openalpr.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/runtime_data/openalpr.conf b/runtime_data/openalpr.conf index 382ef3d..3a39856 100644 --- a/runtime_data/openalpr.conf +++ b/runtime_data/openalpr.conf @@ -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 ;;;;