上一页 1 ··· 325 326 327 328 329
摘要: Fiji打不开,双击之后图标一闪而过 请检查Fiji的安装路径是不是存在中文! 如果是的话,请把fiji的路径换成英文! 阅读全文
posted @ 2018-08-04 19:47 bH1pJ 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 打开和写入图像操作 打开显示图像 from scipy import miscf = misc.face()misc.imsave('face.png', f) # 使用图像模块 (PIL)import matplotlib.pyplot as pl... 阅读全文
posted @ 2017-08-13 15:50 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 打开和写入图像操作 打开显示图像 from scipy import miscf = misc.face()misc.imsave('face.png', f) # 使用图像模块 (PIL)import matplotlib.pyplot as pl... 阅读全文
posted @ 2017-08-13 15:50 bH1pJ 阅读(31) 评论(0) 推荐(0) 编辑
摘要: numpy.tile介绍 numpy.tile(A,reps) (1)参数 A:是一个输入数组 reps:沿着每个轴重复A的次数 (2)返回(输出) 返回(输出)一个重构的数组 (3)说明 通过重复A构造一个新的数组,由reps给出重复次数。如... 阅读全文
posted @ 2017-08-06 15:21 bH1pJ 阅读(44) 评论(0) 推荐(0) 编辑
摘要: numpy.tile介绍 numpy.tile(A,reps) (1)参数 A:是一个输入数组 reps:沿着每个轴重复A的次数 (2)返回(输出) 返回(输出)一个重构的数组 (3)说明 通过重复A构造一个新的数组,由reps给出重复次数。如... 阅读全文
posted @ 2017-08-06 15:21 bH1pJ 阅读(45) 评论(0) 推荐(0) 编辑
上一页 1 ··· 325 326 327 328 329