gpt4 book ai didi

opencv 在 imread 和 imwrite 之后改变图像的颜色

转载 作者:太空宇宙 更新时间:2023-11-03 23:07:31 24 4
gpt4 key购买 nike

import cv2;
input_path = 'input.JPG';
output_path = 'output.jpg';
input_image = cv2.imread(input_path,cv2.IMREAD_UNCHANGED)
cv2.imwrite(output_path,input_image)

Check the input output image comparision here

这是原始图像 - https://imgur.com/a/iRAS9NY

输入和输出图像之间存在颜色变化。请帮我修改代码,使输入和输出图像完全匹配。谢谢!

最佳答案

图像为 Adob​​e RGB 格式。这就是问题所在。我们正在使用 GIMP 转换成 SRGB,然后在您的软件中使用它。它现在工作正常。

关于opencv 在 imread 和 imwrite 之后改变图像的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56124755/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com