Clear Filters
Clear Filters

I have extracted 34 unique words(provinces names) from the number plate of cars. The examples images are attached. Now how can I classify the words? Could you please give me some code, comments, and recommendations?

2 views (last 30 days)

Accepted Answer

Image Analyst
Image Analyst on 22 Mar 2021
You can try a deep learning approach. Follow the example that uses NIST digits and adapt it.
Another more traditional approach may be just computing the area fraction of the images. It could be that every state has a different number of white pixels in it. Or just call imabsdiff() of the test image with all reference images. The one with the lease differences will be the state that it is.

More Answers (0)

Categories

Find more on Recognition, Object Detection, and Semantic Segmentation 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!