KINECT骨骼关节点对照表

来源:互联网 发布:暗黑破坏神3mac版 编辑:程序博客网 时间:2024/06/06 03:24

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


    public 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    }


原创粉丝点击