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).
对图像进行霍夫变换,霍夫变换会将图像中检测到的直线用红色的线标出来,那么,怎样获得检测到的直线的坐标呢?
https://docs.singtown.com/micropython/zh/latest/openmvcam/library/omv.image.html#line
得到的两条线结果怎么能区分开呢
他返回的是数组。你需要判断一下,比如斜率或者坐标。