import cv2
import numpy as np
b = np.ones((512,1024), dtype=float) b = b*100 cv2.imwrite('D:/u.hdr',b)
img = cv2.imread('D:/u.hdr',-1) c = np.hstack(img) print(c)
上一篇 Python os处理 删除上一级目录并保存文件
下一篇 Python-5 函数
版权所有 ©2023-2025 051e.com
ICP备案号:京ICP备12030808号