How to find euclidean distance?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a matrix Features_DB with size 13*30 where each column represent shape features of 13 image.
I want to match between a Query Image shape feature variable Query_Feature with size 13*7(I have 7 query images) and the features vectors for the 30 image represented by
Any Help please??
댓글 수: 0
답변 (1개)
Luuk van Oosten
2015년 6월 29일
Have you tried something like:
Z = dist(shapefeature{i},QI_Shape_feature{i})
댓글 수: 1
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!