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!