类 DetectionRectangle


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

      • x

        public int x
      • y

        public int y
      • width

        public int width
      • height

        public int height
    • 构造器详细资料

      • DetectionRectangle

        public DetectionRectangle()
      • DetectionRectangle

        public DetectionRectangle​(int x,
                                  int y,
                                  int width,
                                  int height)