Class DenseFaceShape

    • Constructor Detail

      • DenseFaceShape

        public DenseFaceShape()
      • DenseFaceShape

        public 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.
    • Method Detail

      • getX

        public Long getX()
        Get 人脸框左上角横坐标。
        Returns:
        X 人脸框左上角横坐标。
      • setX

        public void setX​(Long X)
        Set 人脸框左上角横坐标。
        Parameters:
        X - 人脸框左上角横坐标。
      • getY

        public Long getY()
        Get 人脸框左上角纵坐标。
        Returns:
        Y 人脸框左上角纵坐标。
      • setY

        public void setY​(Long Y)
        Set 人脸框左上角纵坐标。
        Parameters:
        Y - 人脸框左上角纵坐标。
      • getWidth

        public Long getWidth()
        Get 人脸框宽度。
        Returns:
        Width 人脸框宽度。
      • setWidth

        public void setWidth​(Long Width)
        Set 人脸框宽度。
        Parameters:
        Width - 人脸框宽度。
      • getHeight

        public Long getHeight()
        Get 人脸框高度。
        Returns:
        Height 人脸框高度。
      • setHeight

        public void setHeight​(Long Height)
        Set 人脸框高度。
        Parameters:
        Height - 人脸框高度。
      • getLeftEye

        public Point[] getLeftEye()
        Get 描述左侧眼睛轮廓的 XX 点。
        Returns:
        LeftEye 描述左侧眼睛轮廓的 XX 点。
      • setLeftEye

        public void setLeftEye​(Point[] LeftEye)
        Set 描述左侧眼睛轮廓的 XX 点。
        Parameters:
        LeftEye - 描述左侧眼睛轮廓的 XX 点。
      • getRightEye

        public Point[] getRightEye()
        Get 描述右侧眼睛轮廓的 XX 点。
        Returns:
        RightEye 描述右侧眼睛轮廓的 XX 点。
      • setRightEye

        public void setRightEye​(Point[] RightEye)
        Set 描述右侧眼睛轮廓的 XX 点。
        Parameters:
        RightEye - 描述右侧眼睛轮廓的 XX 点。
      • getLeftEyeBrow

        public Point[] getLeftEyeBrow()
        Get 描述左侧眉毛轮廓的 XX 点。
        Returns:
        LeftEyeBrow 描述左侧眉毛轮廓的 XX 点。
      • setLeftEyeBrow

        public void setLeftEyeBrow​(Point[] LeftEyeBrow)
        Set 描述左侧眉毛轮廓的 XX 点。
        Parameters:
        LeftEyeBrow - 描述左侧眉毛轮廓的 XX 点。
      • getRightEyeBrow

        public Point[] getRightEyeBrow()
        Get 描述右侧眉毛轮廓的 XX 点。
        Returns:
        RightEyeBrow 描述右侧眉毛轮廓的 XX 点。
      • setRightEyeBrow

        public void setRightEyeBrow​(Point[] RightEyeBrow)
        Set 描述右侧眉毛轮廓的 XX 点。
        Parameters:
        RightEyeBrow - 描述右侧眉毛轮廓的 XX 点。
      • getMouthOutside

        public Point[] getMouthOutside()
        Get 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。
        Returns:
        MouthOutside 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。
      • setMouthOutside

        public void setMouthOutside​(Point[] MouthOutside)
        Set 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。
        Parameters:
        MouthOutside - 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。
      • getMouthInside

        public Point[] getMouthInside()
        Get 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。
        Returns:
        MouthInside 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。
      • setMouthInside

        public void setMouthInside​(Point[] MouthInside)
        Set 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。
        Parameters:
        MouthInside - 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。
      • getNose

        public Point[] getNose()
        Get 描述鼻子轮廓的 XX 点。
        Returns:
        Nose 描述鼻子轮廓的 XX 点。
      • setNose

        public void setNose​(Point[] Nose)
        Set 描述鼻子轮廓的 XX 点。
        Parameters:
        Nose - 描述鼻子轮廓的 XX 点。
      • getLeftPupil

        public Point[] getLeftPupil()
        Get 左瞳孔轮廓的 XX 个点。
        Returns:
        LeftPupil 左瞳孔轮廓的 XX 个点。
      • setLeftPupil

        public void setLeftPupil​(Point[] LeftPupil)
        Set 左瞳孔轮廓的 XX 个点。
        Parameters:
        LeftPupil - 左瞳孔轮廓的 XX 个点。
      • getRightPupil

        public Point[] getRightPupil()
        Get 右瞳孔轮廓的 XX 个点。
        Returns:
        RightPupil 右瞳孔轮廓的 XX 个点。
      • setRightPupil

        public void setRightPupil​(Point[] RightPupil)
        Set 右瞳孔轮廓的 XX 个点。
        Parameters:
        RightPupil - 右瞳孔轮廓的 XX 个点。
      • getCentralAxis

        public Point[] getCentralAxis()
        Get 中轴线轮廓的 XX 个点。
        Returns:
        CentralAxis 中轴线轮廓的 XX 个点。
      • setCentralAxis

        public void setCentralAxis​(Point[] CentralAxis)
        Set 中轴线轮廓的 XX 个点。
        Parameters:
        CentralAxis - 中轴线轮廓的 XX 个点。
      • getChin

        public Point[] getChin()
        Get 下巴轮廓的 XX 个点。
        Returns:
        Chin 下巴轮廓的 XX 个点。
      • setChin

        public void setChin​(Point[] Chin)
        Set 下巴轮廓的 XX 个点。
        Parameters:
        Chin - 下巴轮廓的 XX 个点。
      • getLeftEyeBags

        public Point[] getLeftEyeBags()
        Get 左眼袋的 XX 个点。
        Returns:
        LeftEyeBags 左眼袋的 XX 个点。
      • setLeftEyeBags

        public void setLeftEyeBags​(Point[] LeftEyeBags)
        Set 左眼袋的 XX 个点。
        Parameters:
        LeftEyeBags - 左眼袋的 XX 个点。
      • getRightEyeBags

        public Point[] getRightEyeBags()
        Get 右眼袋的 XX 个点。
        Returns:
        RightEyeBags 右眼袋的 XX 个点。
      • setRightEyeBags

        public void setRightEyeBags​(Point[] RightEyeBags)
        Set 右眼袋的 XX 个点。
        Parameters:
        RightEyeBags - 右眼袋的 XX 个点。
      • getForehead

        public Point[] getForehead()
        Get 额头的 XX 个点。
        Returns:
        Forehead 额头的 XX 个点。
      • setForehead

        public void setForehead​(Point[] Forehead)
        Set 额头的 XX 个点。
        Parameters:
        Forehead - 额头的 XX 个点。