필터 지우기
필터 지우기

How to Index images based on Euclidean's distance

조회 수: 1 (최근 30일)
cse batch4
cse batch4 2015년 3월 8일
댓글: Image Analyst 2015년 3월 9일
Hello everyone i want to retrieve images based on the euclidean distance.How to get euclideans distance from feature vector and sort images and display

채택된 답변

Image Analyst
Image Analyst 2015년 3월 8일
How about using the formula for Euclidean distance:
meanDistance = sqrt(sum((featureVector - referenceFeatureVector).^2));
  댓글 수: 2
cse batch4
cse batch4 2015년 3월 9일
thank you.but how to calculate distance between two imags
Image Analyst
Image Analyst 2015년 3월 9일
How are you defining that? I answered your original question of how to find unweighted distance between two feature vectors. How are you defining distance between two images, rather than feature vectors? Do you mean the MSE? Or PSNR? Or SSIM? Or something else????

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by