import numpy as np
from PIL import Image
import cv2
def load(path):
img = cv2.imread(path,-1)#原图像深度读取
return img
def window_just(path,w
调整图像窗宽窗位
最新推荐文章于 2022-09-28 18:29:05 发布
import numpy as np
from PIL import Image
import cv2
def load(path):
img = cv2.imread(path,-1)#原图像深度读取
return img
def window_just(path,w