find the Euclidean distance

2 次查看(过去 30 天)
i wanted to find the Euclidean distance between 2 pixels...please help me....

采纳的回答

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

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by