类 DetectionRectangle


  • public class DetectionRectangle
    extends Object
    检测结果-矩形区域
    作者:
    dwj
    • 字段详细资料

      • x

        public int x
      • y

        public int y
      • width

        public int width
      • height

        public int height
      • score

        public float score
      • className

        public String className
    • 构造器详细资料

      • DetectionRectangle

        public DetectionRectangle()
      • DetectionRectangle

        public DetectionRectangle​(int x,
                                  int y,
                                  int width,
                                  int height,
                                  float score)
      • DetectionRectangle

        public DetectionRectangle​(int x,
                                  int y,
                                  int width,
                                  int height,
                                  float score,
                                  String className)
    • 方法详细资料

      • getX

        public int getX()
      • setX

        public void setX​(int x)
      • getY

        public int getY()
      • setY

        public void setY​(int y)
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)
      • getScore

        public float getScore()
      • setScore

        public void setScore​(float score)
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • getKeyPoints

        public List<Point> getKeyPoints()
      • setKeyPoints

        public void setKeyPoints​(List<Point> keyPoints)