zoukankan      html  css  js  c++  java
  • kinect2 body joints 的25个点

           JointType_SpineBase    = 0,
            JointType_SpineMid    = 1,
            JointType_Neck    = 2,
            JointType_Head    = 3,
            JointType_ShoulderLeft    = 4,
            JointType_ElbowLeft    = 5,
            JointType_WristLeft    = 6,
            JointType_HandLeft    = 7,
            JointType_ShoulderRight    = 8,
            JointType_ElbowRight    = 9,
            JointType_WristRight    = 10,
            JointType_HandRight    = 11,
            JointType_HipLeft    = 12,
            JointType_KneeLeft    = 13,
            JointType_AnkleLeft    = 14,
            JointType_FootLeft    = 15,
            JointType_HipRight    = 16,
            JointType_KneeRight    = 17,
            JointType_AnkleRight    = 18,
            JointType_FootRight    = 19,
            JointType_SpineShoulder    = 20,
            JointType_HandTipLeft    = 21,
            JointType_ThumbLeft    = 22,
            JointType_HandTipRight    = 23,
            JointType_ThumbRight    = 24,

  • 相关阅读:
    [洛谷P1155] 双栈排序
    [洛谷P4315] 月下”毛景“树
    [洛谷P2486] [SDOI2011]染色
    [HNOI2010] 弾飞绵羊
    mysql注入总结
    cisco交换机实现端口聚合
    python为运维人员打造一个监控脚本
    复习ACCESS注入
    利用sfc文件构建网络渗透
    FTP站点设置
  • 原文地址:https://www.cnblogs.com/ruichenduo/p/6288565.html
Copyright © 2011-2022 走看看