필터 지우기
필터 지우기

find the Euclidean distance

조회 수: 2 (최근 30일)
Elysi Cochin
Elysi Cochin 2012년 11월 5일
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개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by