Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does template_max_width_px and min_plate_size_width_px specify? #25

Open
MHKani opened this issue Oct 19, 2016 · 1 comment
Open

Comments

@MHKani
Copy link

MHKani commented Oct 19, 2016

I have a question about these 2 parameters:
Does template_max_width_px specify the maximum width of the plate in the image stream comes from the video or the maximum width of the plate in the training sample images?
Moreover, what about the min_plate_size_width_px and what is going to be checked to be valid?
Thank you for your help.

@maechler
Copy link

maechler commented May 9, 2017

@MHKani
Did you already find out what these parameters mean? We would appreciate any help.

That's what the doc says:

plate_width_mm = [width of full plate in mm]
plate_height_mm = [height of full plate in mm]
char_width_mm = [width of a single character in mm]
char_height_mm = [height of a single character in mm]
char_whitespace_top_mm = [whitespace between the character and the top of the plate in mm]
char_whitespace_bot_mm = [whitespace between the character and the bottom of the plate in mm]
template_max_width_px = [maximum width of the plate before processing. Should be proportional to the plate dimensions]
template_max_height_px = [maximum height of the plate before processing. Should be proportional to the plate dimensions]
min_plate_size_width_px = [Minimum size of a plate region to consider it valid.]
min_plate_size_height_px = [Minimum size of a plate region to consider it valid.]
ocr_language = [name of the OCR language – typically just the letter l followed by your country code]

http://doc.openalpr.com/opensource.html#adding-a-new-country

However I still do not know what the template_ parameters are for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants