enum JointType  //关节点
	{
		SpineBase = 0,
		SpineMid = 1,
		Neck = 2,
		Head = 3,
		ShoulderLeft = 4,
		ElbowLeft = 5,
		WristLeft = 6,
		HandLeft = 7,
		ShoulderRight = 8,
		ElbowRight = 9,
		WristRight = 10,
		HandRight = 11,
		HipLeft = 12,
		KneeLeft = 13,
		AnkleLeft = 14,
		FootLeft = 15,
		HipRight = 16,
		KneeRight = 17,
		AnkleRight = 18,
		FootRight = 19,
		SpineShoulder = 20,
		HandTipLeft = 21,
		ThumbLeft = 22,
		HandTipRight = 23,
		ThumbRight = 24,
		JointCount = (ThumbRight + 1)
	};

Kinect骨骼点对照表

转自:Kinect关节点对照表

相关文章:

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