i want to find angle between two 3d dots in kinect skeleton
Show older comments
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 Comment
NURUL AMIRA MHD RIZAL
on 30 Apr 2018
How do you know value of the joints?
Answers (1)
Youssef Khmou
on 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
Categories
Find more on Kinect For Windows Sensor in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!