Skeleton 3d longitude

조회 수: 1 (최근 30일)
MARIA RODRIGUEZ SANZ
MARIA RODRIGUEZ SANZ 2019년 2월 22일
댓글: darova 2019년 3월 6일
Hi everyone!
Does anyone have an idea of how to calculate the longitude of a 3d skleleton taking into account the pixel size of x, y and z (not the geodesical distance)?
Thank you very much!
MariA
  댓글 수: 1
darova
darova 2019년 3월 6일
L = sqrt( diff(x).^2 + diff(y).^2 + diff(z).^2 );

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

답변 (0개)

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by