using euclidean distyance formula find the distance between two subpixel within same pixel
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
debasmita kar
el 29 de Mzo. de 2016
Comentada: Walter Roberson
el 29 de Mzo. de 2016
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
0 comentarios
Respuesta aceptada
Walter Roberson
el 29 de Mzo. de 2016
pdist() or pdist2() . Or norm() of the difference in coordinates.
2 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!