[ WARN:0@0.011] global loadsave.cpp:244 cv::findDecoder imread_('D:/Users/Hasee/PycharmProjects/pythonProject1/picture1'): can't open/read file: check file path/integrity Traceback (most recent call last): File "d:\Users\Hasee\PycharmProjects\pythonProject1\main.py", line 3, in <module> test = img[88, 142] TypeError: 'NoneType' object is not subscriptable
时间: 2023-05-19 10:01:51 浏览: 383
完美解决node-sass@4.14.1 postinstall: `node scripts/build.js` 问题
这是一个编程类的问题,根据错误提示,可能是文件路径或文件完整性的问题导致无法读取图片。建议检查文件路径和文件是否存在,并确保文件格式正确。同时,也可以尝试使用其他图片读取库来读取图片。至于具体的代码实现,需要根据具体情况进行调整。
阅读全文