Skeleton 3d longitude
이전 댓글 표시
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
2019년 3월 6일
L = sqrt( diff(x).^2 + diff(y).^2 + diff(z).^2 );
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!