FacePointType Enumeration

Face point types.

typedef enum _FacePointType
{
    FacePointType_None = -1,
    FacePointType_EyeLeft = 0,
    FacePointType_EyeRight = 1,
    FacePointType_Nose = 2,
    FacePointType_MouthCornerLeft = 3,
    FacePointType_MouthCornerRight = 4,
    FacePointType_Count = (FacePointType_MouthCornerRight+1)
} FacePointType, FacePointType_None, FacePointType_EyeLeft, FacePointType_EyeRight, FacePointType_Nose, FacePointType_MouthCornerLeft, FacePointType_MouthCornerRight, FacePointType_Count;

ConstantDescription
FacePointType_NoneNone
FacePointType_EyeLeftLeft eye.
FacePointType_EyeRightRight eye.
FacePointType_NoseNose
FacePointType_MouthCornerLeftLeft corner of the mouth.
FacePointType_MouthCornerRightRight corner of the mouth.
FacePointType_CountMax value; (FacePointType_MouthCornerRight+1) .

Header: kinect.face.h
Library: Kinect20.face.lib

Community Additions

ADD
Show: