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

3 ビュー (過去 30 日間)
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

採用された回答

Walter Roberson
Walter Roberson 2016 年 3 月 29 日
pdist() or pdist2() . Or norm() of the difference in coordinates.

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by