using euclidean distyance formula find the distance between two subpixel within same pixel

3 views (last 30 days)
i am doing a project of subpixel mapping. where i need to know the distance between two subpixel within same pixel. the distance should be calculated with euclidean rule. plz suugest me the program in matlab

Accepted Answer

Walter Roberson
Walter Roberson on 29 Mar 2016
pdist() or pdist2() . Or norm() of the difference in coordinates.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!