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?

1 次查看(过去 30 天)

采纳的回答

Image Analyst
Image Analyst 2021-3-22
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by