i want to find angle between two 3d dots in kinect skeleton
Afficher commentaires plus anciens
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..
1 commentaire
NURUL AMIRA MHD RIZAL
le 30 Avr 2018
How do you know value of the joints?
Réponses (1)
Youssef Khmou
le 31 Oct 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
Catégories
En savoir plus sur Kinect For Windows Sensor dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!