parking with licence plate recognition,,HELP
Show older comments
hello everyone,,i have been working on a project(automatic parking using number plate recognition algorithm,,license plate recognition algorithm based on Templates matching. The algorithm takes an input image of the number plate and after filtering the image, it performs region based operations. Then it tries to capture the characters regions in a processed binary image and with the aid of template matching outputs the string of number plate characters in text format,,,am currently done with the recognition and output part,,,am having some problems with the creation and connection of the database to the NPR code so as to compare the text output of the first part of the code and see whether the detected plate number is a registered customer or not..i will appreciate any help.THANK YOU
8 Comments
Image Analyst
on 11 Nov 2017
What kind of help do you want? Like telling you to click some of the links on the right? Or to see this link http://www.visionbib.com/bibliography/motion-f726.html#License%20Plate%20Recognition,%20Extraction,%20Analysis
abdiaziz abdullahi
on 11 Nov 2017
abdiaziz abdullahi
on 11 Nov 2017
Edited: Walter Roberson
on 11 Nov 2017
abdiaziz abdullahi
on 11 Nov 2017
Edited: Walter Roberson
on 11 Nov 2017
Jan
on 11 Nov 2017
@abdiaziz abdullahi: Do you see that your code is not readable? Mark the code and press the "{} Code" button. This will increase your chance to get an answer.
abdiaziz abdullahi
on 12 Nov 2017
Image Analyst
on 12 Nov 2017
Wow - there's no way we could have know how to help just from your original message. No way I would have guessed at this chunk of code. Anyway, did you try the Computer Vision System Toolbox? It can do OCR and find text in natural scenes. If not, why not? It would be hard for you to put in all the time and effort that they already have. Since they've done it, why not just buy it?
abdiaziz abdullahi
on 12 Nov 2017
Answers (2)
Walter ANPR
on 15 Nov 2017
0 votes
If I would have the same challenge, I would interface with an Industry Grade LPR / ANPR system which already deals with many countries' license plate formats and format / syntax changes with which you should cope with as well, instead of reinventing that wheel. Then you can concentrate on the parking management software, where just interfacing with a professional, open LPR / ANPR system would just ask for a small part of your development efforts.
Regards, Walter.
Image Analyst
on 15 Nov 2017
0 votes
"i cant buy it,,because this is the specific project that i want to do"
So if you're not allowed to buy or otherwise use other people's software because you're supposed to do it yourself, then all I can suggest is http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!