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;
Community Additions
ADD
Show: