摘要: import cv2 import os import numpy as np depth = np.load('depth_0176.npy') depth = np.clip(depth, 0, 6000) #<--要有这句将上限限制在有效数字范围内,后续才能正常显示 depth = cv2.n 阅读全文
posted @ 2023-02-01 10:38 榴红八色鸫 阅读(64) 评论(0) 推荐(0)