CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 卷积 matlab

搜索资源列表

  1. 盲去卷积MATLAB代码

    2下载:
  2. 该代码是盲去卷积代码,并经过优化处理,效果明显。代码里也有较健全的注释!
  3. 所属分类:图形图象

  1. IDB.rar

    1下载:
  2. 这是图像恢复中的盲反卷积迭代算法的matlab的源程序,对于学习数字图像有很大的好处!,This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1649
    • 提供者:张磊
  1. work.rar

    0下载:
  2. 信号的FFT分析 利用FFT实现两序列的线性卷积。,FFT implementation using the linear convolution of two sequences
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1308
    • 提供者:敬永明
  1. matlab

    2下载:
  2. 用matlab中各种不同方法对模糊图像进行复原,有维纳滤波,盲返卷积,Lucy-richardson方法,规则化复原图像等-Various different methods using matlab fuzzy image restoration, with Wiener filtering, blind convolution back, Lucy-richardson methods, rules-based recovery images, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:291178
    • 提供者:xujun
  1. BD IP2006

    3下载:
  2. 一个盲去卷积程序,可以实现去除图像的各类模糊,同时可进行相关参数的自适应调整。-A blind deconvolution process can be achieved to remove all kinds of image blur, while the relevant parameters can be adaptive.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:2406375
    • 提供者:风涌泉
  1. tvreg

    2下载:
  2. 全变差图像处理方法,利用全变差做图像去噪、去卷积和修复-The tvreg package is a collection of MATLAB functions for total variation (TV) based image denoising, deconvolution, and inpainting, and an implementation of Chan-Vese segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:422671
    • 提供者:陈杰
  1. juanjima

    0下载:
  2. 用matlab语言实现卷积码编码过程,有程序运行结果。-Matlab language used convolutional code encoding process, there are procedures for the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:810
    • 提供者:吉吉
  1. BDDB

    4下载:
  2. 用于离散信号的盲反卷积,主要针对一维离散信号,可以进行二维扩展。-Discrete signals for blind deconvolution, mainly for one-dimensional discrete signal can be extended to two-dimensional.
  3. 所属分类:图形图象

    • 发布日期:2013-10-17
    • 文件大小:106217
    • 提供者:邓云
  1. imagerestoration

    1下载:
  2. 图像复原 退化模型 连续退化模型 离散退化模型 复原的代数方法 代数复原原理 逆滤波复原 最小二乘方滤波 MATLAB 实现图像复原 维纳滤波复原 规则化滤波复原 Lucy-Richardson 复原 盲去卷积复原 图像复原的其它 MATLAB 函数 -Degradation of image restoration model continuous degradation model discrete degrada
  3. 所属分类:Graph program

    • 发布日期:2016-12-22
    • 文件大小:2333
    • 提供者:齐子新
  1. penumaral

    0下载:
  2. 通过分析均匀分布与Cauchy分布的分布机制,提出了一种改进的模拟退火图像盲复原算法,该算法选择Cauchy 分布为随机扰动量来产生状态扰动函数。通过计算机仿真,验证了该算法对初值的鲁棒性和复原的效果优于基于均匀分布随 机扰动量模拟退火盲解卷积算法,提高了收敛到最优解的速度 -After analyzing the distribution mechanisms of uniform distribution and Cauchy distribution,an algorith
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:928
    • 提供者:dongjianjun
  1. Interpolation

    0下载:
  2. 利用低通滤波器对图像进行插值放大:按放大的倍数对原图像进行插零,插零后的图片与低通滤波函数进行卷积,原先插入的零的位置自动替换为适当的插值,如此图像就已经插值放大了,图像质量还不错。-Double the number of pixels of each row and column by adding a zero value pixel between each pixel of the image.Then operate with two kinds of low-pass filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:68885
    • 提供者:段玉霞
  1. 数字图像处理图像去模糊迭代盲去卷积算法

    3下载:
  2. 数字图像处理图像去模糊迭代盲去卷积算法matlab源代码-Digital image processing, image deblurring iterative blind deconvolution algorithm Matlab source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:1072
    • 提供者:liu
  1. Three_convolution

    1下载:
  2. matlab实现对图像的双三次卷积内插,以图像的缩放为例子(Matlab to the image of the double triple convolution interpolation, with the image zooming as an example)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:tgod1994
  1. CubicConvolution

    0下载:
  2. 采用三次卷积法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the Cubic Convolution method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:6144
    • 提供者:明日萌
  1. convolution_reconstruction_coin

    0下载:
  2. 该程序是用MATLAB语言,用卷积法实现实现硬币的重建过程(Three dimensional reconstruction of convolution method)
  3. 所属分类:图形图像处理

  1. 盲解卷积复原

    0下载:
  2. 盲去卷积复原算法,并在MATLAB中进行实验,和维纳滤波的复原效果进行一个对比。盲去卷积的方法有多种,露西-理查德森算法属于图像复原中的非线性算法,与维纳滤波这种较为直接的算法不同,该算法使用非线性迭代技术,在计算量、性能方面都有了一定提升(The blind deconvolution restoration algorithm is carried out in MATLAB and is compared with the restoration effect of Wiener filt
  3. 所属分类:图形图象

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:岛屿12
  1. 求解反卷积

    1下载:
  2. 图像的卷积处理以及进行解卷积的操作,用conv进行卷积操作(Convolution operation of image and operation of deconvolution, convolution operation with conv)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:岛屿12
  1. matlab-blinddeconv

    2下载:
  2. 盲去卷积,实现图像的高分辨 准确估计模糊核(a novel scale-invariant regularizer that compensates for the attenuation of high frequencies and therefore greatly stabilizes the kernel estimation process.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:3193856
    • 提供者:luvky_girl
  1. matlab程序

    2下载:
  2. 全变分去卷积算法的matlab实现; 全变分算法的论文; 全变分实现超分辨;全变分实现图像去噪;全变分实现图像恢复(total variation deconvolution; the paper of TV; super resolution; denoising; image recover)
  3. 所属分类:图形图象

    • 发布日期:2018-05-03
    • 文件大小:415744
    • 提供者:luvky_girl
  1. 卷积神经网络去雾

    1下载:
  2. 该代码实现了使用Matlab实现卷积神经网络来对图像进行去雾操作。(This code implements a convolutional neural network using Matlab to defog the image.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-29
    • 文件大小:4800512
    • 提供者:Wolv
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com