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).
同时对一幅图像进行两种处理,为什么不能各自生成两幅图片?
img6 = img4.erode(1, threshold = 2) for i in range(161,320): for j in range(240): imgL=img6.set_pixel(i,j,0) for i in range(160): for j in range(240): imgR=img4.set_pixel(i,j,0)#提取左边线和右边线
请提供全部的代码,否则我无法运行。