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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
Image Analyst
el 22 de Mzo. de 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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Recognition, Object Detection, and Semantic Segmentation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

