mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 01:27:03 +08:00
Fixed issue #65
This commit is contained in:
@@ -161,8 +161,8 @@ namespace alpr
|
|||||||
|
|
||||||
|
|
||||||
float stateIdImagePercent = getFloat("common", "state_id_img_size_percent", 100);
|
float stateIdImagePercent = getFloat("common", "state_id_img_size_percent", 100);
|
||||||
stateIdImageWidthPx = round(((float)templateWidthPx) * ocrImagePercent);
|
stateIdImageWidthPx = round(((float)templateWidthPx) * stateIdImagePercent);
|
||||||
stateIdimageHeightPx = round(((float)templateHeightPx) * ocrImagePercent);
|
stateIdimageHeightPx = round(((float)templateHeightPx) * stateIdImagePercent);
|
||||||
|
|
||||||
|
|
||||||
charAnalysisMinPercent = getFloat(country, "char_analysis_min_pct", 0);
|
charAnalysisMinPercent = getFloat(country, "char_analysis_min_pct", 0);
|
||||||
|
Reference in New Issue
Block a user