摘要: import cv2 as cv, matplotlib.pyplot as pltdef show(filename): image = cv.imread(filename) plt.title("KidBoneImage") plt.imshow(image)if __name__ == '_ 阅读全文
posted @ 2021-03-13 16:53 忆浩铭 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 第一步:打开pycharm的File选择setting选项 第二步:选择project下的python interpreter 第三步:点击右上角的加号 第四步:搜索即可点击install 阅读全文
posted @ 2021-03-13 15:29 忆浩铭 阅读(242) 评论(0) 推荐(0) 编辑