how to calculate the distance between matched Points ?

3 ビュー (過去 30 日間)
Theodor Al Saify
Theodor Al Saify 2018 年 5 月 7 日
コメント済み: Theodor Al Saify 2018 年 5 月 7 日
After using matchFeature function indexPairs = matchFeatures(features1,features2); i want to calculate the distance between the matched points

採用された回答

Image Analyst
Image Analyst 2018 年 5 月 7 日
How about sqrt() or pdist2()?
  1 件のコメント
Theodor Al Saify
Theodor Al Saify 2018 年 5 月 7 日
Thank you pdist2() worked fine

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFeature Detection and Extraction についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by