Binary Image similarity classification
Mostrar comentarios más antiguos
I have number of binary images and I want to classify these images into groups based on its similarities. So the result is number of groups such as group1 contains img1 and img6, group2 contains img2 and img5, and group3 includes img3 and img4. The following are some of the images that I work on. These images represent the vertical projection of some letters and I want to classify similar letters into a group. * * _ So is there any tool or program can do the above functionality._**






3 comentarios
Image Analyst
el 30 de Abr. de 2017
I think you'd be better off not using the images you posted and instead use the 1-D arrays themselves - what you got from getting the profiles.
Mohammad
el 30 de Abr. de 2017
Image Analyst
el 30 de Abr. de 2017
Yes, you don't want to compare screenshots of bar charts as if they were images. You want to consider the actual data that was plotted, not the plots themselves. Like I said in my answer below, you might want to consider RNN.
Respuestas (1)
Image Analyst
el 30 de Abr. de 2017
0 votos
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!