Merge pull request #15 from Silex/cleanup

Cleanup
This commit is contained in:
Matthew Hill
2014-03-20 08:37:11 -05:00
70 changed files with 8186 additions and 8553 deletions

View File

@@ -1,6 +1,5 @@
[common]
ocr_img_size_percent = 1.33333333
state_id_img_size_percent = 2.0
@@ -26,20 +25,18 @@ postprocess_min_characters = 4
postprocess_max_characters = 10
[debug]
general = 0
timing = 0
state_id = 0
plate_lines = 0
general = 0
timing = 0
state_id = 0
plate_lines = 0
plate_corners = 0
char_regions = 0
char_segment = 0
char_regions = 0
char_segment = 0
char_analysis = 0
color_filter = 0
ocr = 0
postprocess = 0
show_images = 0
color_filter = 0
ocr = 0
postprocess = 0
show_images = 0
;;; Country Specific variables ;;;;
@@ -70,7 +67,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 +81,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;