i want to find angle between two 3d dots in kinect skeleton
이전 댓글 표시
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
NURUL AMIRA MHD RIZAL
2018년 4월 30일
How do you know value of the joints?
답변 (1개)
Youssef Khmou
2014년 10월 31일
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
카테고리
도움말 센터 및 File Exchange에서 Kinect For Windows Sensor에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!