FaceModelBuilderCollectionStatus Enumeration
Status of the face model builder collection.
typedef enum _FaceModelBuilderCollectionStatus { FaceModelBuilderCollectionStatus_Complete = 0, FaceModelBuilderCollectionStatus_MoreFramesNeeded = 0x1, FaceModelBuilderCollectionStatus_FrontViewFramesNeeded = 0x2, FaceModelBuilderCollectionStatus_LeftViewsNeeded = 0x4, FaceModelBuilderCollectionStatus_RightViewsNeeded = 0x8, FaceModelBuilderCollectionStatus_TiltedUpViewsNeeded = 0x10 } FaceModelBuilderCollectionStatus, FaceModelBuilderCollectionStatus_Complete, FaceModelBuilderCollectionStatus_MoreFramesNeeded, FaceModelBuilderCollectionStatus_FrontViewFramesNeeded, FaceModelBuilderCollectionStatus_LeftViewsNeeded, FaceModelBuilderCollectionStatus_RightViewsNeeded, FaceModelBuilderCollectionStatus_TiltedUpViewsNeeded;
Community Additions
ADD
Show: