mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-08 18:30:06 +08:00
Parameterized the speckle removal (based on char height) for each country
This commit is contained in:
@@ -4,6 +4,7 @@ char_analysis_height_range = 0.15
|
||||
char_analysis_height_step_size = 0.10
|
||||
char_analysis_height_num_steps = 5
|
||||
|
||||
segmentation_min_speckle_height_percent = 0.3
|
||||
segmentation_min_box_width_px = 4
|
||||
segmentation_min_charheight_percent = 0.4;
|
||||
segmentation_max_segment_width_percent_vs_average = 1.6;
|
||||
|
@@ -6,6 +6,7 @@ char_analysis_height_range = 0.15
|
||||
char_analysis_height_step_size = 0.10
|
||||
char_analysis_height_num_steps = 5
|
||||
|
||||
segmentation_min_speckle_height_percent = 0.2
|
||||
segmentation_min_box_width_px = 5
|
||||
segmentation_min_charheight_percent = 0.4;
|
||||
segmentation_max_segment_width_percent_vs_average = 2.0;
|
||||
|
@@ -5,6 +5,7 @@ char_analysis_height_range = 0.15
|
||||
char_analysis_height_step_size = 0.10
|
||||
char_analysis_height_num_steps = 5
|
||||
|
||||
segmentation_min_speckle_height_percent = 0.15
|
||||
segmentation_min_box_width_px = 4
|
||||
segmentation_min_charheight_percent = 0.4;
|
||||
segmentation_max_segment_width_percent_vs_average = 2.0;
|
||||
|
@@ -4,6 +4,7 @@ char_analysis_height_range = 0.20
|
||||
char_analysis_height_step_size = 0.10
|
||||
char_analysis_height_num_steps = 4
|
||||
|
||||
segmentation_min_speckle_height_percent = 0.3
|
||||
segmentation_min_box_width_px = 4
|
||||
segmentation_min_charheight_percent = 0.5;
|
||||
segmentation_max_segment_width_percent_vs_average = 1.35;
|
||||
|
Reference in New Issue
Block a user