Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Similarity calculation in copy move forgery detection
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone, i am having an cell array of 241x241. In that every cell is of 16x16 double. I want to find Euclidean distance between these cells only if abs[index(u)-index(v)] is less than or equal to Offset threshold. I am not getting how to code it in matlab. Any help in this will be greatly appreciated.
9 Kommentare
Jan
am 2 Okt. 2017
The Euclid distance is defined between vectors. Your elements are matrices, therefore it is still not clear, what you want to calculate.
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!