gpt4 book ai didi

python - 阅读双重图像cv2 python

转载 作者:行者123 更新时间:2023-12-02 17:16:35 25 4
gpt4 key购买 nike

有没有办法在python中使用 cv2.imread 读取双重图像,或者有其他简便的选择。
Double image-以double值保存的图像,类似于im2double(Matlab)的结果。
色彩图:[256×3双]
编辑
共享的图片-https://ibb.co/pWG87M5
enter image description here
enter image description here

最佳答案

您共享的图像既不是双重图像也不是BMP。可以使用以下命令通过OpenCV打开:

import cv2

im = cv2.imread('yourImage.png', cv2.IMREAD_UNCHANGED)

print(im.shape)
(158, 238, 3)

print(im.dtype)
dtype('uint8')

关于python - 阅读双重图像cv2 python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64527558/

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