mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 17:07:39 +08:00
Parameterized the speckle removal (based on char height) for each country
This commit is contained in:
@@ -270,6 +270,7 @@ namespace alpr
|
||||
charAnalysisHeightStepSize = getFloat(ini, "", "char_analysis_height_step_size", 0);
|
||||
charAnalysisNumSteps = getInt(ini, "", "char_analysis_height_num_steps", 0);
|
||||
|
||||
segmentationMinSpeckleHeightPercent = getFloat(ini, "", "segmentation_min_speckle_height_percent", 0);
|
||||
segmentationMinBoxWidthPx = getInt(ini, "", "segmentation_min_box_width_px", 0);
|
||||
segmentationMinCharHeightPercent = getFloat(ini, "", "segmentation_min_charheight_percent", 0);
|
||||
segmentationMaxCharWidthvsAverage = getFloat(ini, "", "segmentation_max_segment_width_percent_vs_average", 0);
|
||||
|
Reference in New Issue
Block a user