我刚刚在 Windows 7(32 位)/Python 2.7.3 上安装了最新的 OpenCV 2.4,
但我仍然遇到使用 beta 版本时遇到的相同错误:
>>> import cv2
>>> a = cv2.imread(r"DMap.jpg")
>>> a.shape
(1080, 1920, 3)
>>> cv2.imwrite('img_CV2_90.jpg', a, [cv2.IMWRITE_JPEG_QUALITY, 90])
Traceback (most recent call last):
File "<input>", line 1, in <module>
SystemError: error return without exception set
有任何想法吗 ?使用元组而不是列表,或在序列中添加尾随 0 无济于事 - 同样的错误。
谢谢 - 塞巴斯蒂安哈斯