how to compare the color image to another color image in directory?
Mostra commenti meno recenti
i have a directory of 2500 color images. i want to compare each image with others to know is there in directory similar image with this?
4 Commenti
Walter Roberson
il 7 Ago 2013
How do you define "similar image" for this purpose?
preet
il 7 Ago 2013
preet
il 7 Ago 2013
preet
il 7 Ago 2013
Risposte (2)
Bjorn Gustavsson
il 7 Ago 2013
0 voti
Well it seems someone's allready done the job for you: http://www.mathworks.se/matlabcentral/fileexchange/42008-content-based-image-retrieval
HTH
1 Commento
preet
il 7 Ago 2013
Spandan Tiwari
il 7 Ago 2013
0 voti
One way to compare the images quickly would be compute a structural quality metric such as SSIM between the two images. It is a popular metric and a quick web search can get you all the necessary info.
It is easy to compute and does more than correlation. But you would need to resize one of the images to match the size of the other. You can use IMRESIZE from the Image Processing Toolbox for that. Although IMSHOWPAIR can be helpful if you want to visualize the mismatch between the two images, it won't give you a metric on the amount of mismatch.
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!