Share via


FacePointType Enumeration

Face point types.

Syntax

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;

Constants

Constant Description
FacePointType_None None
FacePointType_EyeLeft Left eye.
FacePointType_EyeRight Right eye.
FacePointType_Nose Nose
FacePointType_MouthCornerLeft Left corner of the mouth.
FacePointType_MouthCornerRight Right corner of the mouth.
FacePointType_Count Max value; (FacePointType_MouthCornerRight+1) .

Requirements

Header: kinect.face.h

Library: Kinect20.face.lib