MeiCam SDK For iOS  3.10.0
Classes | Enumerations
NvsFaceEffect2Init.h File Reference
#import <Foundation/Foundation.h>
#import "NvsCommonDef.h"

Go to the source code of this file.

Classes

class  NvsFaceEffect2Init
 

Enumerations

enum  DetectionFlag {
  DetectionFlag_SupportFaceDetect = 1, DetectionFlag_SupportHandDetect = 2, DetectionFlag_SupportSegmentDetect = 4, DetectionFlag_SupportFaceExtraDetect = 8,
  DetectionFlag_SupportEyeballCenterDetect = 16, DetectionFlag_SupportEyeballContourDetect = 32, DetectionFlag_SupportFaceActionDetect = 128, DetectionFlag_SupportHandActionDetect = 256
}
 Human behavior detection configuration options. More...
 
enum  SubModelType {
  Sub_Model_TYPE_Extra_Face_Points = 1, Sub_Model_TYPE_Face_Attribute, Sub_Model_TYPE_Hand, Sub_Model_TYPE_Body_Fourteen,
  Sub_Model_TYPE_Avatar_Core, Sub_Model_TYPE_EyeBall_Contour, Sub_Model_TYPE_EyeBall_Center, Sub_Model_TYPE_Cat_Face,
  SubModelType_AVATAR_HELP, Sub_Model_Type_Segment_Detected
}
 Type of submodel data. More...
 

Enumeration Type Documentation

◆ DetectionFlag

Human behavior detection configuration options.

Enumerator
DetectionFlag_SupportFaceDetect 

Detection faces.

DetectionFlag_SupportHandDetect 

Detection gesture.

DetectionFlag_SupportSegmentDetect 

Detection background segmentation.

DetectionFlag_SupportFaceExtraDetect 

Detectes face extra.

DetectionFlag_SupportEyeballCenterDetect 

Detectes eyeball center.

DetectionFlag_SupportEyeballContourDetect 

Detectes eyeball contour.

DetectionFlag_SupportFaceActionDetect 

Detectes face action.

DetectionFlag_SupportHandActionDetect 

Detectes hand action.

◆ SubModelType

Type of submodel data.

Enumerator
Sub_Model_TYPE_Extra_Face_Points 

Face extension point model data.

Sub_Model_TYPE_Face_Attribute 

Face attribute model data.

Sub_Model_TYPE_Hand 

Hand model data.

Sub_Model_TYPE_Body_Fourteen 

Body 14 point model data.

Sub_Model_TYPE_Avatar_Core 

AVATAR model data.

Sub_Model_TYPE_EyeBall_Contour 

Eye corner model data.

Sub_Model_TYPE_EyeBall_Center 

Eye center point model data.

Sub_Model_TYPE_Cat_Face 

Cat face model data.

SubModelType_AVATAR_HELP 

AVATAR help model data.

Sub_Model_Type_Segment_Detected 

segment model data