how to find euclidean distance

조회 수: 1 (최근 30일)
ElizabethR
ElizabethR 2016년 6월 8일
댓글: ElizabethR 2016년 6월 10일
i have a cell that contain 50 extraction value of image like in image that i attach
and i want to get the euclidean distance for all this value. How to make it ?

채택된 답변

Walter Roberson
Walter Roberson 2016년 6월 9일
In order to get a Euclidean distance, you need to have two (possibly high-dimensional) points to take the distance between .
Perhaps you would like to use norm() on the vector of numeric values.
  댓글 수: 5
ElizabethR
ElizabethR 2016년 6월 10일
@Dr.Siva thanks for answare.. oke thanks .. i have read it
ElizabethR
ElizabethR 2016년 6월 10일
Hi Walter, thank you :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by