python讀取.hdr格式高動態圖片

總結了兩種在python中讀取.hdr圖片的方法 imageio讀取.hdr import imageio imageio.plugins.freeimage.download() img = imageio.imread(hdr_path, format='HDR-FI') opencv讀取 import cv2 img = cv2.imread(hdr_path, flags = cv2.
相關文章
相關標籤/搜索