how to calculate the distance between matched Points ?

5 views (last 30 days)
After using matchFeature function indexPairs = matchFeatures(features1,features2); i want to calculate the distance between the matched points

Accepted Answer

Image Analyst
Image Analyst on 7 May 2018
How about sqrt() or pdist2()?

More Answers (0)

Community Treasure Hunt

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

Start Hunting!