com.pax.dal.entity
Class FaceRectangle
- java.lang.Object
-
- com.pax.dal.entity.FaceRectangle
-
public class FaceRectangle extends java.lang.Object
-
-
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 intgetHeight()人脸框高度。Hight of face detection rectangle.intgetWidth()人脸框宽度。Width of face detection rectangle.intgetX()人脸框x轴坐标。X coordinate of face detection rectangle.intgetY()人脸框y轴坐标。Y coordinate of face detection rectangle.voidsetHeight(int height)人脸框高度。Hight of face detection rectangle.voidsetWidth(int width)人脸框宽度。Width of face detection rectangle.voidsetX(int x)人脸框x轴坐标。X coordinate of face detection rectangle.voidsetY(int y)人脸框y轴坐标。Y coordinate of face detection rectangle.java.lang.StringtoString()
-
-
-
Constructor Detail
-
FaceRectangle
public FaceRectangle()
-
FaceRectangle
public FaceRectangle(int height, int width, int x, int y)
-
-
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:
toStringin classjava.lang.Object
-
-