How to find similar or identical images into two directories?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
André Faria
le 24 Juin 2015
Commenté : Dilsha Hyderali
le 27 Mai 2019
Friends, I need to compare files of two directories to find similar or identical images between them. They may have color, shape or be contained within one another. Could someone help? You can generate it? Thank you very much.
1 commentaire
Réponse acceptée
Dima Lisin
le 25 Juin 2015
If you are looking for identical images, then you can simply read each pair of images and check for element-wise equality. Otherwise, it depends on how you define "similar". Here is one example, which shows how to find similar images based on color histograms.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur SIFT - Scale Invariant Feature Transform dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!