i want to find angle between two 3d dots in kinect skeleton

1 visualización (últimos 30 días)
TAEYUN
TAEYUN el 30 de Oct. de 2014
Comentada: NURUL AMIRA MHD RIZAL el 30 de Abr. de 2018
if i want to find angle of btween kneejoint and hipjoint, how can i do? just i knew only x,y,z values of joints... somebody help me plz..

Respuestas (1)

Youssef  Khmou
Youssef Khmou el 31 de Oct. de 2014
try to verify these relations :
r=sqrt(x^2+y^2+z^2);
phi=acos(z/r); % radian
theta=acos(x/(r*cos(phi)); radian

Community Treasure Hunt

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

Start Hunting!

Translated by