如何设置roi并且在roi区域里识别圆?
-
roi区域是可变的吗?如何设置roi并且在roi区域里识别圆?
-
@xn4t 这个语法哪里有问题吗? for c in img.find_circles([roi[,threshold = 3500[,x_margin = 10[,y_margin = 10[,r_margin = 10[,
r_min = 2[,r_max = 100[,r_step = 2]]]]]]]]):
-
这个中括号是干嘛的?
例子:
for c in img.find_circles(roi=(0,0,100,100), threshold=3500)