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

3 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Mzo. de 2016
pdist() or pdist2() . Or norm() of the difference in coordinates.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by