Class FaceShape

    • Constructor Detail

      • FaceShape

        public FaceShape()
      • FaceShape

        public FaceShape​(FaceShape 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

      • getFaceProfile

        public Point[] getFaceProfile()
        Get 描述脸型轮廓的 21 点。
        Returns:
        FaceProfile 描述脸型轮廓的 21 点。
      • setFaceProfile

        public void setFaceProfile​(Point[] FaceProfile)
        Set 描述脸型轮廓的 21 点。
        Parameters:
        FaceProfile - 描述脸型轮廓的 21 点。
      • getLeftEye

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

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

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

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

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

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

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

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

        public Point[] getMouth()
        Get 描述嘴巴轮廓的 22 点。
        Returns:
        Mouth 描述嘴巴轮廓的 22 点。
      • setMouth

        public void setMouth​(Point[] Mouth)
        Set 描述嘴巴轮廓的 22 点。
        Parameters:
        Mouth - 描述嘴巴轮廓的 22 点。
      • getNose

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

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

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

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

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

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