how to calculate the euclidean distance between two images ???????
Mostra commenti meno recenti
hi, I have extracted features using gabor filter .. for matching I am using euclidean distance... how to say the features (images) are matched from this distance????????????
Risposte (2)
Arun Kumar
il 17 Mar 2015
0 voti
use a threshold value to determine whether your image is matching or not. To find euclidean distance ,you can use "dist" function.
Image Analyst
il 30 Lug 2017
0 voti
I don't know what your features are. Are they images or some numbers you determined from the gabor-filtered images? usually people attach images when they ask for image processing advice.
To compare images, you can use functions like ssim(), immse(), and psnr(). Or you can subtract them and compute mean absolute difference. Of course there are lots of ways to compare two images and you just need to find one that meets your needs.
Categorie
Scopri di più su Image Quality in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!