Package | Description |
---|---|
com.tencentcloudapi.iai.v20180301.models |
Modifier and Type | Method and Description |
---|---|
Point[] |
FaceShape.getFaceProfile()
获取描述脸型轮廓的 21 点。
|
Point[] |
FaceShape.getLeftEye()
获取描述左测眼睛轮廓的 8 点。
|
Point[] |
FaceShape.getLeftEyeBrow()
获取描述左测眉毛轮廓的 8 点。
|
Point[] |
FaceShape.getLeftPupil()
获取左瞳孔轮廓的 1 个点。
|
Point[] |
FaceShape.getMouth()
获取描述嘴巴轮廓的 22 点。
|
Point[] |
FaceShape.getNose()
获取描述鼻子轮廓的 13 点。
|
Point[] |
FaceShape.getRightEye()
获取描述右测眼睛轮廓的 8 点。
|
Point[] |
FaceShape.getRightEyeBrow()
获取描述右测眉毛轮廓的 8 点。
|
Point[] |
FaceShape.getRightPupil()
获取右瞳孔轮廓的 1 个点。
|
Modifier and Type | Method and Description |
---|---|
void |
FaceShape.setFaceProfile(Point[] FaceProfile)
设置描述脸型轮廓的 21 点。
|
void |
FaceShape.setLeftEye(Point[] LeftEye)
设置描述左测眼睛轮廓的 8 点。
|
void |
FaceShape.setLeftEyeBrow(Point[] LeftEyeBrow)
设置描述左测眉毛轮廓的 8 点。
|
void |
FaceShape.setLeftPupil(Point[] LeftPupil)
设置左瞳孔轮廓的 1 个点。
|
void |
FaceShape.setMouth(Point[] Mouth)
设置描述嘴巴轮廓的 22 点。
|
void |
FaceShape.setNose(Point[] Nose)
设置描述鼻子轮廓的 13 点。
|
void |
FaceShape.setRightEye(Point[] RightEye)
设置描述右测眼睛轮廓的 8 点。
|
void |
FaceShape.setRightEyeBrow(Point[] RightEyeBrow)
设置描述右测眉毛轮廓的 8 点。
|
void |
FaceShape.setRightPupil(Point[] RightPupil)
设置右瞳孔轮廓的 1 个点。
|
Copyright © 2019. All rights reserved.