P
pwou 发布的帖子
-
RE: openMV中有关image.find_blobs()函数使用方法
@kidswong999 for c in img.find_circles(threshold = 3500, x_margin = 10, y_margin = 10, r_margin = 10,r_min = 2, r_max = 100, r_step = 2):
img.draw_circle(c.x(), c.y(), c.r(), color = (255, 0, 0))
roi=(c.x()-c.r(),c.y()+c.r(),2c.r(),2c.r())blobs = img.find_blobs([green_threshold],[roi])
-
RE: openMV中有关image.find_blobs()函数使用方法
@kidswong999 【c.x()-c.r(),c.y()+c.r(),2c.r(),2c.r()】识别圆后返回的坐标值
-
RE: openMV中有关image.find_blobs()函数使用方法
@kidswong999 blobs = img.find_blobs([green_threshold],roi=(c.x()-c.r(),c.y()+c.r(),2c.r(),2c.r()))
这样写为什么不行 -
openMV中有关image.find_blobs()函数使用方法
openMV中有关image.find_blobs(),我想在我给区域(roi)内进行颜色判别,但是roi区域应该如何写
-
openMV中追球小车中,能不能提高小车的准确率?
在追球小车中,当周围环境颜色复杂变化时,小车追球的准确率大大下降,在颜色识别的基础上,可不可以扩展一下,增加判断条件来提高准确率?
-
RE: openMV与OpenMV串口调试扩展板不能同时连接到电脑吗
我把openMV与OpenMV串口调试扩展板同时连接在电脑上,当串口助手连接上,在openMV中就会出现连接不上