导航

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

    sf6r

    @sf6r

    0
    声望
    7
    楼层
    770
    资料浏览
    0
    粉丝
    0
    关注
    注册时间 最后登录

    sf6r 关注

    sf6r 发布的帖子

    • 二值化后能用色块查找白色的多块目标吗,不能的话用什么好?
       img = sensor.snapshot() # Take a picture and return the image.
              img.binary(thresholds)
              img.difference("/template.bmp")
              ###没准腐蚀
              ###image.find_blobs(thresholds[, invert=False[, roi[, x_stride=2[, y_stride=1[,
              ###area_threshold=10[, pixels_threshold=10[, merge=False[, margin=0[,
              ###threshold_cb=None[, merge_cb=None]]]]]]]]]])
              head_blob = img.find_blobs(thresholds, x_stride=200, y_stride=200, area_threshold=600, pixels_threshold=700, merge= True)
              if head_blob:
                  img.draw_rectangle(head_blob[0].rect())#画出色块矩形和中心点
                  img.draw_cross(head_blob[0].cx(), head_blob.cy())
                  print(head_blob.count)
                  print("u")
      
      发布在 OpenMV Cam
      sf6r
    • RE: 做了帧差后,怎样才能二值化,img.different只是显示不同而已

      @kidswong999 在img.save,绿灯期间IDE自己就断连了TAT

      发布在 OpenMV Cam
      sf6r
    • RE: 做了帧差后,怎样才能二值化,img.different只是显示不同而已

      而且用帧差,IDE经常断连不知道为什么?

      发布在 OpenMV Cam
      sf6r
    • 做了帧差后,怎样才能二值化,img.different只是显示不同而已

      做了帧差后,怎样才能二值化,img.different只是显示不同而已

      发布在 OpenMV Cam
      sf6r
    • RE: openmv内核有快速傅里叶变换,可是库函数有用到吗?没有看到耶

      那是基于其他芯片的基础上写的,缺文件比较麻烦TAT

      发布在 OpenMV Cam
      sf6r
    • openmv内核有快速傅里叶变换,可是库函数有用到吗?没有看到耶

      有没有调用傅里叶变换的脚本函数?还是说要自己造轮子?

      发布在 OpenMV Cam
      sf6r