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).
OpenMV2不能使用binary二值化。
解决办法:换OpenMV3或者OpenMV4
解决啦
for i in range(80): for j in range(60): if img.get_pixel(i,j) < 120 : img.set_pixel(i,j,255) else: img.set_pixel(i,j,0)