diff --git a/runtime_data/openalpr.conf b/runtime_data/openalpr.conf index a6d2803..03d2e7f 100644 --- a/runtime_data/openalpr.conf +++ b/runtime_data/openalpr.conf @@ -1,6 +1,5 @@ [common] - ocr_img_size_percent = 1.33333333 state_id_img_size_percent = 2.0 @@ -70,7 +69,6 @@ template_max_height_px = 60 plateline_sensitivity_vertical = 25 plateline_sensitivity_horizontal = 45 - ; Regions smaller than this will be disqualified min_plate_size_width_px = 70 min_plate_size_height_px = 35 @@ -85,7 +83,6 @@ char_analysis_height_range = 0.15 char_analysis_height_step_size = 0.10 char_analysis_height_num_steps = 5 - segmentation_min_box_width_px = 8 segmentation_min_charheight_percent = 0.5; segmentation_max_segment_width_percent_vs_average = 2.0;