How to find similar or identical images into two directories?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
André Faria
am 24 Jun. 2015
Kommentiert: Dilsha Hyderali
am 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 Kommentar
Akzeptierte Antwort
Dima Lisin
am 25 Jun. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu SIFT - Scale Invariant Feature Transform finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!