cv2.imwrite Mangles TIFF输出

时间:2017-04-05 20:23:14

标签: python opencv cv2

我一直在使用Python中的OpenCV 3.1.0。我的代码工作得很好,但是当把它写到TIFF文件时,会发生这种情况:

之前: enter image description here

后: enter image description here

我重现这个的代码实际上是两行:

f = cv2.imread('f.tif', 0)
cv2.imwrite('test.tif', f)

根据ImageMagick,f.tif和生成的test.tif都是8位灰度TIFF文件。

将图像写入PNG而不是TIFF就可以了。

0 个答案:

没有答案