I have a Matlab code about Car Plate Recognition, I wish to improve the coding to recognize different form of word.

1 view (last 30 days)
How can I add new data base and let the system to compare and recognize the character?

Answers (1)

Walter Roberson
Walter Roberson on 27 Jan 2016
Edited: Walter Roberson on 27 Jan 2016
You replace the images in the "number plate reader/Character Images" directory. You might need to use exactly the same number of images as before and exactly the same size as before.
  3 Comments
Walter Roberson
Walter Roberson on 28 Jan 2016
You would edit the code to get it to recognize more types of characters. Use a text editor to search the code for the place it reads from the "Character Images" directory and trace what it does with the images, and modify from there.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!