Azzera filtri
Azzera filtri

find the Euclidean distance

2 visualizzazioni (ultimi 30 giorni)
Elysi Cochin
Elysi Cochin il 5 Nov 2012
i wanted to find the Euclidean distance between 2 pixels...please help me....

Risposta accettata

Walter Roberson
Walter Roberson il 5 Nov 2012
sqrt((x2-x1).^2 + (y2-y1).^2)

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by