网站首页 站内搜索

搜索结果

查询Tags标签: chanel,共有 2条记录
  • python 图像处理的同态滤波复现

    基于网友的方案,手动改的方案。传送门链接同态滤波 def homofilter(img):I = np.float32(img)I3 = Im, n, chanels = I.shaperL = 0.5rH = 2c = 2d0 = 20for chanel in range(chanels):I1 = np.log(I[:, :, chanel] + 1)FI = np.fft.fft2(I1)n1 = np.floor(m / 2)n2 = np…

    2021/9/22 20:45:45 人评论 次浏览
  • python 图像处理的同态滤波复现

    基于网友的方案,手动改的方案。传送门链接同态滤波 def homofilter(img):I = np.float32(img)I3 = Im, n, chanels = I.shaperL = 0.5rH = 2c = 2d0 = 20for chanel in range(chanels):I1 = np.log(I[:, :, chanel] + 1)FI = np.fft.fft2(I1)n1 = np.floor(m / 2)n2 = np…

    2021/9/22 20:45:45 人评论 次浏览
扫一扫关注最新编程教程