KINECT骨骼关节点卸载在枚举中,C#是这样,C++没有去看,现贴出

 

  1. public enum JointType  
  2. {  
  3.     SpineBase = 0,  
  4.     SpineMid = 1,  
  5.     Neck = 2,  
  6.     Head = 3,  
  7.     ShoulderLeft = 4,  
  8.     ElbowLeft = 5,  
  9.     WristLeft = 6,  
  10.     HandLeft = 7,  
  11.     ShoulderRight = 8,  
  12.     ElbowRight = 9,  
  13.     WristRight = 10,  
  14.     HandRight = 11,  
  15.     HipLeft = 12,  
  16.     KneeLeft = 13,  
  17.     AnkleLeft = 14,  
  18.     FootLeft = 15,  
  19.     HipRight = 16,  
  20.     KneeRight = 17,  
  21.     AnkleRight = 18,  
  22.     FootRight = 19,  
  23.     SpineShoulder = 20,  
  24.     HandTipLeft = 21,  
  25.     ThumbLeft = 22,  
  26.     HandTipRight = 23,  
  27.     ThumbRight = 24  
  28. }  

 

KINECT骨骼关节点对照表

相关文章:

  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2021-04-18
  • 2021-10-22
  • 2022-12-23
  • 2021-10-19
猜你喜欢
  • 2021-07-06
  • 2021-09-04
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
相关资源
相似解决方案