2019年7月19日

新建全色或者resize(毫无价值,只是做记录)

摘要: import glob import os,sys import shutil import numpy as np import cv2 import matplotlib.pyplot as plt # fileDir = 'F:/project/Breast/InBreast/INBreast/outimgpatch/allnocalcification/' fileDir = 'F:/p... 阅读全文

posted @ 2019-07-19 22:55 Hebye 阅读(179) 评论(0) 推荐(0) 编辑

创建一个任意大小的全色矩阵 python

摘要: img = np.zeros((112,112,3))#cv2.imread('F:/project/Breast/InBreast/INBreast/outimgpatch/allnocalcification/20586908_1.png') for i in range(112): for j in range(112): for k i... 阅读全文

posted @ 2019-07-19 16:29 Hebye 阅读(1142) 评论(0) 推荐(0) 编辑

转移图片位置

摘要: import glob import os,sys import shutil fileDir = 'F:/project/Breast/InBreast/INBreast/outimgpatch/calcification/' fileDir1 = 'F:/project/Breast/InBreast/INBreast/outimgpatch/nocalcification/' ... 阅读全文

posted @ 2019-07-19 15:37 Hebye 阅读(217) 评论(0) 推荐(0) 编辑

导航