ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

ARKit面部识别----51个面部特征

2022-07-05 10:31:17  阅读:202  来源: 互联网

标签:coefficient BlendShapeLocation describing ARFaceAnchor 面部 51 ---- let static


ARKit中包含的ARFace可以用于面部表情识别,共采集51个面部信息特征,存放在ARFaceAnchor.BlendShapeLocation类中。

需要注意,面部识别最低iOS系统版本为iOS 11.0,但iOS 11.0只有50个信息点位,iOS 12.0 增加了一个舌头的点位:


Left Eye

static let eyeBlinkLeft: ARFaceAnchor.BlendShapeLocation

The coefficient describing closure of the eyelids over the left eye.描述左眼上眼睑闭合的系数。

 static let eyeLookDownLeft: ARFaceAnchor.BlendShapeLocation

The coefficient describing movement of the left eyelids consistent with a downward gaze.描述与向下凝视一致的左眼睑运动的系数。

static let eyeLookInLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the left eyelids consistent with a rightward gaze.
static let eyeLookOutLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the left eyelids consistent with a leftward gaze.
static let eyeLookUpLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the left eyelids consistent with an upward gaze.
static let eyeSquintLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing contraction of the face around the left eye.
static let eyeWideLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing a widening of the eyelids around the left eye.
Right Eye
static let eyeBlinkRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing closure of the eyelids over the right eye.
static let eyeLookDownRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the right eyelids consistent with a downward gaze.
static let eyeLookInRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the right eyelids consistent with a leftward gaze.
static let eyeLookOutRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the right eyelids consistent with a rightward gaze.
static let eyeLookUpRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the right eyelids consistent with an upward gaze.
static let eyeSquintRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing contraction of the face around the right eye.
static let eyeWideRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing a widening of the eyelids around the right eye.
Mouth and Jaw
static let jawForward: ARFaceAnchor.BlendShapeLocation
The coefficient describing forward movement of the lower jaw.
static let jawLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing leftward movement of the lower jaw.
static let jawRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing rightward movement of the lower jaw.
static let jawOpen: ARFaceAnchor.BlendShapeLocation
The coefficient describing an opening of the lower jaw.
static let mouthClose: ARFaceAnchor.BlendShapeLocation
The coefficient describing closure of the lips independent of jaw position.
static let mouthFunnel: ARFaceAnchor.BlendShapeLocation
The coefficient describing contraction of both lips into an open shape.
static let mouthPucker: ARFaceAnchor.BlendShapeLocation
The coefficient describing contraction and compression of both closed lips.
static let mouthLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing leftward movement of both lips together.
static let mouthRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing rightward movement of both lips together.
static let mouthSmileLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the left corner of the mouth.
static let mouthSmileRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the right corner of the mouth.
static let mouthFrownLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing downward movement of the left corner of the mouth.
static let mouthFrownRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing downward movement of the right corner of the mouth.
static let mouthDimpleLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing backward movement of the left corner of the mouth.
static let mouthDimpleRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing backward movement of the right corner of the mouth.
static let mouthStretchLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing leftward movement of the left corner of the mouth.
static let mouthStretchRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing rightward movement of the left corner of the mouth.
static let mouthRollLower: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the lower lip toward the inside of the mouth.
static let mouthRollUpper: ARFaceAnchor.BlendShapeLocation
The coefficient describing movement of the upper lip toward the inside of the mouth.
static let mouthShrugLower: ARFaceAnchor.BlendShapeLocation
The coefficient describing outward movement of the lower lip.
static let mouthShrugUpper: ARFaceAnchor.BlendShapeLocation
The coefficient describing outward movement of the upper lip.
static let mouthPressLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward compression of the lower lip on the left side.
static let mouthPressRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward compression of the lower lip on the right side.
static let mouthLowerDownLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing downward movement of the lower lip on the left side.
static let mouthLowerDownRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing downward movement of the lower lip on the right side.
static let mouthUpperUpLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the upper lip on the left side.
static let mouthUpperUpRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the upper lip on the right side.
Eyebrows, Cheeks, and Nose
static let browDownLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing downward movement of the outer portion of the left eyebrow.
static let browDownRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing downward movement of the outer portion of the right eyebrow.
static let browInnerUp: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the inner portion of both eyebrows.
static let browOuterUpLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the outer portion of the left eyebrow.
static let browOuterUpRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the outer portion of the right eyebrow.
static let cheekPuff: ARFaceAnchor.BlendShapeLocation
The coefficient describing outward movement of both cheeks.
static let cheekSquintLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the cheek around and below the left eye.
static let cheekSquintRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing upward movement of the cheek around and below the right eye.
static let noseSneerLeft: ARFaceAnchor.BlendShapeLocation
The coefficient describing a raising of the left side of the nose around the nostril.
static let noseSneerRight: ARFaceAnchor.BlendShapeLocation
The coefficient describing a raising of the right side of the nose around the nostril.
Tongue
static let tongueOut: ARFaceAnchor.BlendShapeLocation
The coefficient describing extension of the tongue.

 

标签:coefficient,BlendShapeLocation,describing,ARFaceAnchor,面部,51,----,let,static
来源: https://www.cnblogs.com/SimonDonne93/p/16445479.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有