Borrar filtros
Borrar filtros

Skeleton 3d longitude

1 visualización (últimos 30 días)
MARIA RODRIGUEZ SANZ
MARIA RODRIGUEZ SANZ el 22 de Feb. de 2019
Comentada: darova el 6 de Mzo. de 2019
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 comentario
darova
darova el 6 de Mzo. de 2019
L = sqrt( diff(x).^2 + diff(y).^2 + diff(z).^2 );

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by