i want to find angle between two 3d dots in kinect skeleton
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Antworten (1)
Youssef Khmou
am 31 Okt. 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Kinect For Windows Sensor finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!