Package | Description |
---|---|
com.tencentcloudapi.iai.v20200303.models |
Modifier and Type | Method and Description |
---|---|
Point[] |
DenseFaceShape.getCentralAxis()
Get XX points that describe the midline.
|
Point[] |
DenseFaceShape.getChin()
Get XX points that describe the chin.
|
Point[] |
FaceShape.getFaceProfile()
Get 21 points that describe the face contour.
|
Point[] |
DenseFaceShape.getForehead()
Get XX points that describe the forehead.
|
Point[] |
FaceShape.getLeftEye()
Get 8 points that describe the left eye.
|
Point[] |
DenseFaceShape.getLeftEye()
Get XX points that describe the left eye.
|
Point[] |
DenseFaceShape.getLeftEyeBags()
Get XX points that describe the left eye bag.
|
Point[] |
FaceShape.getLeftEyeBrow()
Get 8 points that describe the left eyebrow.
|
Point[] |
DenseFaceShape.getLeftEyeBrow()
Get XX points that describe the left eyebrow.
|
Point[] |
FaceShape.getLeftPupil()
Get 1 point that describes the left pupil.
|
Point[] |
DenseFaceShape.getLeftPupil()
Get XX points that describe the left pupil.
|
Point[] |
FaceShape.getMouth()
Get 22 points that describe the mouth.
|
Point[] |
DenseFaceShape.getMouthInside()
Get XX points that describe the inner contour of the mouth, which are returned from left anticlockwise.
|
Point[] |
DenseFaceShape.getMouthOutside()
Get XX points that describe the outer contour of the mouth, which are returned from left anticlockwise.
|
Point[] |
FaceShape.getNose()
Get 13 points that describe the nose.
|
Point[] |
DenseFaceShape.getNose()
Get XX points that describe the nose.
|
Point[] |
FaceShape.getRightEye()
Get 8 points that describe the right eye.
|
Point[] |
DenseFaceShape.getRightEye()
Get XX points that describe the right eye.
|
Point[] |
DenseFaceShape.getRightEyeBags()
Get XX points that describe the right eye bag.
|
Point[] |
FaceShape.getRightEyeBrow()
Get 8 points that describe the right eyebrow.
|
Point[] |
DenseFaceShape.getRightEyeBrow()
Get XX points that describe the right eyebrow.
|
Point[] |
FaceShape.getRightPupil()
Get 1 point that describes the right pupil.
|
Point[] |
DenseFaceShape.getRightPupil()
Get XX points that describe the right pupil.
|
Modifier and Type | Method and Description |
---|---|
void |
DenseFaceShape.setCentralAxis(Point[] CentralAxis)
Set XX points that describe the midline.
|
void |
DenseFaceShape.setChin(Point[] Chin)
Set XX points that describe the chin.
|
void |
FaceShape.setFaceProfile(Point[] FaceProfile)
Set 21 points that describe the face contour.
|
void |
DenseFaceShape.setForehead(Point[] Forehead)
Set XX points that describe the forehead.
|
void |
FaceShape.setLeftEye(Point[] LeftEye)
Set 8 points that describe the left eye.
|
void |
DenseFaceShape.setLeftEye(Point[] LeftEye)
Set XX points that describe the left eye.
|
void |
DenseFaceShape.setLeftEyeBags(Point[] LeftEyeBags)
Set XX points that describe the left eye bag.
|
void |
FaceShape.setLeftEyeBrow(Point[] LeftEyeBrow)
Set 8 points that describe the left eyebrow.
|
void |
DenseFaceShape.setLeftEyeBrow(Point[] LeftEyeBrow)
Set XX points that describe the left eyebrow.
|
void |
FaceShape.setLeftPupil(Point[] LeftPupil)
Set 1 point that describes the left pupil.
|
void |
DenseFaceShape.setLeftPupil(Point[] LeftPupil)
Set XX points that describe the left pupil.
|
void |
FaceShape.setMouth(Point[] Mouth)
Set 22 points that describe the mouth.
|
void |
DenseFaceShape.setMouthInside(Point[] MouthInside)
Set XX points that describe the inner contour of the mouth, which are returned from left anticlockwise.
|
void |
DenseFaceShape.setMouthOutside(Point[] MouthOutside)
Set XX points that describe the outer contour of the mouth, which are returned from left anticlockwise.
|
void |
FaceShape.setNose(Point[] Nose)
Set 13 points that describe the nose.
|
void |
DenseFaceShape.setNose(Point[] Nose)
Set XX points that describe the nose.
|
void |
FaceShape.setRightEye(Point[] RightEye)
Set 8 points that describe the right eye.
|
void |
DenseFaceShape.setRightEye(Point[] RightEye)
Set XX points that describe the right eye.
|
void |
DenseFaceShape.setRightEyeBags(Point[] RightEyeBags)
Set XX points that describe the right eye bag.
|
void |
FaceShape.setRightEyeBrow(Point[] RightEyeBrow)
Set 8 points that describe the right eyebrow.
|
void |
DenseFaceShape.setRightEyeBrow(Point[] RightEyeBrow)
Set XX points that describe the right eyebrow.
|
void |
FaceShape.setRightPupil(Point[] RightPupil)
Set 1 point that describes the right pupil.
|
void |
DenseFaceShape.setRightPupil(Point[] RightPupil)
Set XX points that describe the right pupil.
|
Copyright © 2020. All rights reserved.