Binary Image similarity classification

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

Image Analyst
Image Analyst 2017년 4월 30일
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
Mohammad 2017년 4월 30일
Thanks for your reply, You mean that I should use the vector that I depend on to draw these figure? So is there any idea how to compare these vectors? Or is there any tool or program to do that?
Image Analyst
Image Analyst 2017년 4월 30일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2017년 4월 30일

0 개 추천

Try recurrent neural networks: RNN

카테고리

도움말 센터File Exchange에서 Language Support에 대해 자세히 알아보기

질문:

2017년 4월 30일

댓글:

2017년 4월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by