How can i create a car plate recognition character data base and how can i get create the binary image?
6 views (last 30 days)
Show older comments

How can i create a car plate recognition character data base and how can i get create the binary image?
0 Comments
Answers (1)
Walter Roberson
on 7 Jan 2016
Please read http://uk.mathworks.com/matlabcentral/answers/232793-how-to-extract-license-plate and be sure to expand all the comments and read them.
2 Comments
Walter Roberson
on 8 Jan 2016
Replace the files in the Character Images subdirectory and then call upon create_templates()
Note: if you want to add additional images, such as the characters in different fonts, then you need to edit create_templates() to read in the appropriate files, and you need to adjust the code in read_letter() so that it knows which letter to associate the template with. The code could have been better constructed in that respect, but "you get what you paid for".
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!