com.pax.dal.entity

Class FaceRectangle

  • java.lang.Object
    • com.pax.dal.entity.FaceRectangle
    • Constructor Summary

      Constructors 
      Constructor and Description
      FaceRectangle() 
      FaceRectangle(int height, int width, int x, int y) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getHeight()
      人脸框高度。
      Hight of face detection rectangle.
      int getWidth()
      人脸框宽度。
      Width of face detection rectangle.
      int getX()
      人脸框x轴坐标。
      X coordinate of face detection rectangle.
      int getY()
      人脸框y轴坐标。
      Y coordinate of face detection rectangle.
      void setHeight(int height)
      人脸框高度。
      Hight of face detection rectangle.
      void setWidth(int width)
      人脸框宽度。
      Width of face detection rectangle.
      void setX(int x)
      人脸框x轴坐标。
      X coordinate of face detection rectangle.
      void setY(int y)
      人脸框y轴坐标。
      Y coordinate of face detection rectangle.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getHeight

        public int getHeight()
        人脸框高度。
        Hight of face detection rectangle.
        Returns:
        人脸框高度。
        Hight of face detection rectangle.
      • setHeight

        public void setHeight(int height)
        人脸框高度。
        Hight of face detection rectangle.
        Parameters:
        height -
        人脸框高度。
        Hight of face detection rectangle.
      • getWidth

        public int getWidth()
        人脸框宽度。
        Width of face detection rectangle.
        Returns:
        人脸框宽度。
        Width of face detection rectangle.
      • setWidth

        public void setWidth(int width)
        人脸框宽度。
        Width of face detection rectangle.
        Parameters:
        width -
        人脸框宽度。
        Width of face detection rectangle.
      • getX

        public int getX()
        人脸框x轴坐标。
        X coordinate of face detection rectangle.
        Returns:
        人脸框x轴坐标。
        X coordinate of face detection rectangle.
      • setX

        public void setX(int x)
        人脸框x轴坐标。
        X coordinate of face detection rectangle.
        Parameters:
        x -
        人脸框x轴坐标。
        X coordinate of face detection rectangle.
      • getY

        public int getY()
        人脸框y轴坐标。
        Y coordinate of face detection rectangle.
        Returns:
        人脸框y轴坐标。
        Y coordinate of face detection rectangle.
      • setY

        public void setY(int y)
        人脸框y轴坐标。
        Y coordinate of face detection rectangle.
        Parameters:
        y -
        人脸框y轴坐标。
        Y coordinate of face detection rectangle.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object