美摄SDK For iOS  3.7.2
| 枚举
NvsFaceEffect2Init.h 文件参考
#import <Foundation/Foundation.h>
#import "NvsCommonDef.h"

浏览源代码.

class  NvsFaceEffect2Init
 

枚举

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
}
 人体行为检测配置选项 更多...
 
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
}
 子模型数据类型 更多...
 

枚举类型说明

◆ DetectionFlag

人体行为检测配置选项

枚举值
DetectionFlag_SupportFaceDetect 

检测人脸

DetectionFlag_SupportHandDetect 

检测手势

DetectionFlag_SupportSegmentDetect 

检测背景分割

DetectionFlag_SupportFaceExtraDetect 

检测人脸扩展点

DetectionFlag_SupportEyeballCenterDetect 

检测眼球中心

DetectionFlag_SupportEyeballContourDetect 

检测眼球四周

DetectionFlag_SupportFaceActionDetect 

启动检测人脸动作

DetectionFlag_SupportHandActionDetect 

启动检测手部动作

◆ SubModelType

子模型数据类型

枚举值
Sub_Model_TYPE_Extra_Face_Points 

人脸扩展点模型数据

Sub_Model_TYPE_Face_Attribute 

人脸属性模型数据

Sub_Model_TYPE_Hand 

手模型数据

Sub_Model_TYPE_Body_Fourteen 

身体14点模型数据

Sub_Model_TYPE_Avatar_Core 

AVATAR模型数据

Sub_Model_TYPE_EyeBall_Contour 

眼角点模型数据

Sub_Model_TYPE_EyeBall_Center 

眼球中心点模型数据

Sub_Model_TYPE_Cat_Face 

猫脸模型数据

SubModelType_AVATAR_HELP 

AVATAR模型辅助信息数据

Sub_Model_Type_Segment_Detected 

背景分割模型数据