public class DenseFaceShape extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DenseFaceShape() | 
| DenseFaceShape(DenseFaceShape source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Point[] | getCentralAxis()Get 中轴线轮廓的 XX 个点。 | 
| Point[] | getChin()Get 下巴轮廓的 XX 个点。 | 
| Point[] | getForehead()Get 额头的 XX 个点。 | 
| Long | getHeight()Get 人脸框高度。 | 
| Point[] | getLeftEye()Get 描述左侧眼睛轮廓的 XX 点。 | 
| Point[] | getLeftEyeBags()Get 左眼袋的 XX 个点。 | 
| Point[] | getLeftEyeBrow()Get 描述左侧眉毛轮廓的 XX 点。 | 
| Point[] | getLeftPupil()Get 左瞳孔轮廓的 XX 个点。 | 
| Point[] | getMouthInside()Get 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。 | 
| Point[] | getMouthOutside()Get 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。 | 
| Point[] | getNose()Get 描述鼻子轮廓的 XX 点。 | 
| Point[] | getRightEye()Get 描述右侧眼睛轮廓的 XX 点。 | 
| Point[] | getRightEyeBags()Get 右眼袋的 XX 个点。 | 
| Point[] | getRightEyeBrow()Get 描述右侧眉毛轮廓的 XX 点。 | 
| Point[] | getRightPupil()Get 右瞳孔轮廓的 XX 个点。 | 
| Long | getWidth()Get 人脸框宽度。 | 
| Long | getX()Get 人脸框左上角横坐标。 | 
| Long | getY()Get 人脸框左上角纵坐标。 | 
| void | setCentralAxis(Point[] CentralAxis)Set 中轴线轮廓的 XX 个点。 | 
| void | setChin(Point[] Chin)Set 下巴轮廓的 XX 个点。 | 
| void | setForehead(Point[] Forehead)Set 额头的 XX 个点。 | 
| void | setHeight(Long Height)Set 人脸框高度。 | 
| void | setLeftEye(Point[] LeftEye)Set 描述左侧眼睛轮廓的 XX 点。 | 
| void | setLeftEyeBags(Point[] LeftEyeBags)Set 左眼袋的 XX 个点。 | 
| void | setLeftEyeBrow(Point[] LeftEyeBrow)Set 描述左侧眉毛轮廓的 XX 点。 | 
| void | setLeftPupil(Point[] LeftPupil)Set 左瞳孔轮廓的 XX 个点。 | 
| void | setMouthInside(Point[] MouthInside)Set 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。 | 
| void | setMouthOutside(Point[] MouthOutside)Set 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。 | 
| void | setNose(Point[] Nose)Set 描述鼻子轮廓的 XX 点。 | 
| void | setRightEye(Point[] RightEye)Set 描述右侧眼睛轮廓的 XX 点。 | 
| void | setRightEyeBags(Point[] RightEyeBags)Set 右眼袋的 XX 个点。 | 
| void | setRightEyeBrow(Point[] RightEyeBrow)Set 描述右侧眉毛轮廓的 XX 点。 | 
| void | setRightPupil(Point[] RightPupil)Set 右瞳孔轮廓的 XX 个点。 | 
| void | setWidth(Long Width)Set 人脸框宽度。 | 
| void | setX(Long X)Set 人脸框左上角横坐标。 | 
| void | setY(Long Y)Set 人脸框左上角纵坐标。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DenseFaceShape()
public DenseFaceShape(DenseFaceShape source)
public Long getX()
public void setX(Long X)
X - 人脸框左上角横坐标。public Long getY()
public void setY(Long Y)
Y - 人脸框左上角纵坐标。public Long getWidth()
public void setWidth(Long Width)
Width - 人脸框宽度。public Long getHeight()
public void setHeight(Long Height)
Height - 人脸框高度。public Point[] getLeftEye()
public void setLeftEye(Point[] LeftEye)
LeftEye - 描述左侧眼睛轮廓的 XX 点。public Point[] getRightEye()
public void setRightEye(Point[] RightEye)
RightEye - 描述右侧眼睛轮廓的 XX 点。public Point[] getLeftEyeBrow()
public void setLeftEyeBrow(Point[] LeftEyeBrow)
LeftEyeBrow - 描述左侧眉毛轮廓的 XX 点。public Point[] getRightEyeBrow()
public void setRightEyeBrow(Point[] RightEyeBrow)
RightEyeBrow - 描述右侧眉毛轮廓的 XX 点。public Point[] getMouthOutside()
public void setMouthOutside(Point[] MouthOutside)
MouthOutside - 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。public Point[] getMouthInside()
public void setMouthInside(Point[] MouthInside)
MouthInside - 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。public Point[] getNose()
public void setNose(Point[] Nose)
Nose - 描述鼻子轮廓的 XX 点。public Point[] getLeftPupil()
public void setLeftPupil(Point[] LeftPupil)
LeftPupil - 左瞳孔轮廓的 XX 个点。public Point[] getRightPupil()
public void setRightPupil(Point[] RightPupil)
RightPupil - 右瞳孔轮廓的 XX 个点。public Point[] getCentralAxis()
public void setCentralAxis(Point[] CentralAxis)
CentralAxis - 中轴线轮廓的 XX 个点。public Point[] getChin()
public void setChin(Point[] Chin)
Chin - 下巴轮廓的 XX 个点。public Point[] getLeftEyeBags()
public void setLeftEyeBags(Point[] LeftEyeBags)
LeftEyeBags - 左眼袋的 XX 个点。public Point[] getRightEyeBags()
public void setRightEyeBags(Point[] RightEyeBags)
RightEyeBags - 右眼袋的 XX 个点。public Point[] getForehead()
public void setForehead(Point[] Forehead)
Forehead - 额头的 XX 个点。Copyright © 2025. All rights reserved.