public class DenseFaceShape extends AbstractModel
Constructor and Description |
---|
DenseFaceShape() |
Modifier and Type | Method and Description |
---|---|
Point[] |
getCentralAxis()
Get XX points that describe the midline.
|
Point[] |
getChin()
Get XX points that describe the chin.
|
Point[] |
getForehead()
Get XX points that describe the forehead.
|
Long |
getHeight()
Get Face frame height.
|
Point[] |
getLeftEye()
Get XX points that describe the left eye.
|
Point[] |
getLeftEyeBags()
Get XX points that describe the left eye bag.
|
Point[] |
getLeftEyeBrow()
Get XX points that describe the left eyebrow.
|
Point[] |
getLeftPupil()
Get XX points that describe the left pupil.
|
Point[] |
getMouthInside()
Get XX points that describe the inner contour of the mouth, which are returned from left anticlockwise.
|
Point[] |
getMouthOutside()
Get XX points that describe the outer contour of the mouth, which are returned from left anticlockwise.
|
Point[] |
getNose()
Get XX points that describe the nose.
|
Point[] |
getRightEye()
Get XX points that describe the right eye.
|
Point[] |
getRightEyeBags()
Get XX points that describe the right eye bag.
|
Point[] |
getRightEyeBrow()
Get XX points that describe the right eyebrow.
|
Point[] |
getRightPupil()
Get XX points that describe the right pupil.
|
Long |
getWidth()
Get Face frame width.
|
Long |
getX()
Get Horizontal coordinate of the top-left corner of face frame.
|
Long |
getY()
Get Vertical coordinate of the top-left corner of face frame.
|
void |
setCentralAxis(Point[] CentralAxis)
Set XX points that describe the midline.
|
void |
setChin(Point[] Chin)
Set XX points that describe the chin.
|
void |
setForehead(Point[] Forehead)
Set XX points that describe the forehead.
|
void |
setHeight(Long Height)
Set Face frame height.
|
void |
setLeftEye(Point[] LeftEye)
Set XX points that describe the left eye.
|
void |
setLeftEyeBags(Point[] LeftEyeBags)
Set XX points that describe the left eye bag.
|
void |
setLeftEyeBrow(Point[] LeftEyeBrow)
Set XX points that describe the left eyebrow.
|
void |
setLeftPupil(Point[] LeftPupil)
Set XX points that describe the left pupil.
|
void |
setMouthInside(Point[] MouthInside)
Set XX points that describe the inner contour of the mouth, which are returned from left anticlockwise.
|
void |
setMouthOutside(Point[] MouthOutside)
Set XX points that describe the outer contour of the mouth, which are returned from left anticlockwise.
|
void |
setNose(Point[] Nose)
Set XX points that describe the nose.
|
void |
setRightEye(Point[] RightEye)
Set XX points that describe the right eye.
|
void |
setRightEyeBags(Point[] RightEyeBags)
Set XX points that describe the right eye bag.
|
void |
setRightEyeBrow(Point[] RightEyeBrow)
Set XX points that describe the right eyebrow.
|
void |
setRightPupil(Point[] RightPupil)
Set XX points that describe the right pupil.
|
void |
setWidth(Long Width)
Set Face frame width.
|
void |
setX(Long X)
Set Horizontal coordinate of the top-left corner of face frame.
|
void |
setY(Long Y)
Set Vertical coordinate of the top-left corner of face frame.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getX()
public void setX(Long X)
X
- Horizontal coordinate of the top-left corner of face frame.public Long getY()
public void setY(Long Y)
Y
- Vertical coordinate of the top-left corner of face frame.public Long getWidth()
public void setWidth(Long Width)
Width
- Face frame width.public Long getHeight()
public void setHeight(Long Height)
Height
- Face frame height.public Point[] getLeftEye()
public void setLeftEye(Point[] LeftEye)
LeftEye
- XX points that describe the left eye.public Point[] getRightEye()
public void setRightEye(Point[] RightEye)
RightEye
- XX points that describe the right eye.public Point[] getLeftEyeBrow()
public void setLeftEyeBrow(Point[] LeftEyeBrow)
LeftEyeBrow
- XX points that describe the left eyebrow.public Point[] getRightEyeBrow()
public void setRightEyeBrow(Point[] RightEyeBrow)
RightEyeBrow
- XX points that describe the right eyebrow.public Point[] getMouthOutside()
public void setMouthOutside(Point[] MouthOutside)
MouthOutside
- XX points that describe the outer contour of the mouth, which are returned from left anticlockwise.public Point[] getMouthInside()
public void setMouthInside(Point[] MouthInside)
MouthInside
- XX points that describe the inner contour of the mouth, which are returned from left anticlockwise.public Point[] getNose()
public void setNose(Point[] Nose)
Nose
- XX points that describe the nose.public Point[] getLeftPupil()
public void setLeftPupil(Point[] LeftPupil)
LeftPupil
- XX points that describe the left pupil.public Point[] getRightPupil()
public void setRightPupil(Point[] RightPupil)
RightPupil
- XX points that describe the right pupil.public Point[] getCentralAxis()
public void setCentralAxis(Point[] CentralAxis)
CentralAxis
- XX points that describe the midline.public Point[] getChin()
public void setChin(Point[] Chin)
Chin
- XX points that describe the chin.public Point[] getLeftEyeBags()
public void setLeftEyeBags(Point[] LeftEyeBags)
LeftEyeBags
- XX points that describe the left eye bag.public Point[] getRightEyeBags()
public void setRightEyeBags(Point[] RightEyeBags)
RightEyeBags
- XX points that describe the right eye bag.public Point[] getForehead()
public void setForehead(Point[] Forehead)
Forehead
- XX points that describe the forehead.Copyright © 2020. All rights reserved.