导航

    • 登录
    • 搜索
    • 版块
    • 产品
    • 教程
    • 论坛
    • 淘宝
    1. 主页
    2. 17396229650
    3. 楼层
    1
    • 举报资料
    • 资料
    • 关注
    • 粉丝
    • 屏蔽
    • 帖子
    • 楼层
    • 最佳
    • 群组

    17396229650 发布的帖子

    • RE: 例程矩形检测中显示错误:image模块中没有find_rects()函数

      @yuan 难道不是因为image是类,而find_rects是类的实例才能使用吗

      发布在 OpenMV Cam
      1
      17396229650
    • 为什么这个grayscale_to_binary没法使用
      import sensor, image, time
      
      sensor.reset()
      sensor.set_pixformat(sensor.GRAYSCALE)
      sensor.set_framesize(sensor.QVGA)
      sensor.skip_frames(time = 2000)
      
      clock = time.clock()
      
      while(True):
          clock.tick()
          img = sensor.snapshot()
          img.grayscale_to_binary(128)
          print(clock.fps())
      

      0_155451764G.png

      发布在 OpenMV Cam
      1
      17396229650