Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
关于直线检测的image.find_lines函数,如果我想检测一条theta范围为20:75度的直线,且仅是这个范围内峰值最大的那条,我应该怎样设置参数,或者用什么办法实现呢?
lines = image.find_lines() for l in lines: if 20<l.theta()<75: xxx