How to find similar or identical images into two directories?

3 vues (au cours des 30 derniers jours)
André Faria
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
Dilsha Hyderali
Dilsha Hyderali le 27 Mai 2019
How to apply clustering on the feature extrcted files?

Connectez-vous pour commenter.

Réponse acceptée

Dima Lisin
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.
  1 commentaire
André Faria
André Faria le 25 Juin 2015
Thank Dima Lisin, I think adopting the similarity, I automatically find the identical, right? How do i find similarity comparing black and white images with color images? The SIFT is a good choice?

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by