搜索资源列表

  1. C-program-of-BSS-and-examples-2

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform,
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:刘鸿达
  1. mohuchuli

    0下载:
  2. 本编程实例是运用matlab软件,对图像进行模糊处理,利用盲目反卷积进行去模糊化处理。-The programming examples using Matlab software fuzzy image processing, and use of blind deconvolution deblurring processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王开芳
  1. deblurr

    0下载:
  2. 利用多用方法进行数字图像去模糊实例,便于初学者理解反卷积去模糊、伪逆去模糊等基本算法-Example scr ipts for image debluring, try to give general introduction of some basic algorithms, such as pseudo inverse debluring.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhouxiong
  1. blinddeconv

    0下载:
  2. 一个盲去模糊算法,速度很快!用到了l1/l2范数和对卷积核的l1范数,对噪声有抑制作用!-A blind go fuzzy algorithm, the sppeed is very fast! l1/l2 norm and l1 norm are used for compution, the noise was inhibited!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:3742720
    • 提供者:tsz
  1. deblur_siggraph08

    0下载:
  2. 本文提出了一种创新的方法用于图像去模糊,可以解决盲卷积的边缘模糊和非盲卷积的不适定性。该方法可以较快又较好地进行去模糊处理。-This paper presents an innovative approach for the image to blur, can solve the blind deconvolution of blurred edges and non-blind deconvolution ill-posed. T
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:9350144
    • 提供者:路人甲
  1. Image-Restoration-by-total-variation

    0下载:
  2. 基于全变分(TV)的多光谱遥感图像恢复。当多光谱图像中一个通道模糊时,利用其它通道的图像特征辅助进行去模糊或反卷积,效果不错-This is a new image restoration or deconvolution method, which uses one of clear band image to constraint Total Variation de-blurring of degraded band image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:4853760
    • 提供者:liupeng
  1. Non_Uniform_Pcode

    0下载:
  2. 实现运动模糊图像的非盲卷积 分区域去模糊 有用-Implementation of motion blurred image blind deconvolution is useful to fuzzy areas
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:5552128
    • 提供者:胡来丰
  1. matlab

    0下载:
  2. 图像去模糊处理,分别运用了维纳滤波器、deconvreg方法、deconvlucy方法、盲反卷积等方法。非常实用-Image deblurring processing, namely the use of the Wiener filter, deconvreg method, deconvlucy methods, blind deconvolution methods. Very useful
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:293888
    • 提供者:刘明
  1. Kirsch算子matlab实现

    0下载:
  2. Kirsch算子实现起来相对来说稍微麻烦一些,它采用8个模板对图像上的每一个像素点进行卷积求导数,这8个模板代表8个方向,对图像上的8个特定边缘方向作出最大响应,运算中取最大值作为图像的边缘输出(上述算法中用到的8个模板在下面的实现代码中给出)。为了便于读者理解该算法的实现,这里我们给出实现该算法的函数代码,可以稍加改动应用到自己的项目中去。
  3. 所属分类:matlab例程

  1. Gaussian

    0下载:
  2. 高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。-Gaussian smoothing filter is a linear filter for th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:梅兰竹菊
  1. mangjuan

    0下载:
  2. 在图像处理过程中盲解卷积也是一个很好地图像去噪的方法。-In the image processing method of blind deconvolution is also a good image denoising.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:tian
  1. diedaimangjuanjiquzao

    0下载:
  2. 迭代盲卷积去噪,噪声处理效果良好,适合参考-Iterative Convolution denoising, noise processing to good effect, for reference
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:223232
    • 提供者:yuexinzhi2012
  1. fastdeconv

    0下载:
  2. 用于大图像的快速去噪,使用反卷积的方法去噪,比较迅速-image denoising by fast deconvolution
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2181120
    • 提供者:sun
  1. image-restoration

    1下载:
  2. 该代码用于图像复原,例如使用维纳滤波去散焦、去运动模糊,还有带阻滤波器和忙卷积法-This code is used for image restoration, such as using a Wiener filter to defocus, go motion blur, and band-stop filter and blind deconvolution method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:林夕
  1. cmvnpdf

    0下载:
  2. 高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。-Gaussian filter is a linear smoothing filtering, ap
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:周文涛
  1. mckd

    0下载:
  2. 最大相关峭度解卷积,它比最大峭度解卷积去噪效果更好-The maximum correlation kurtosis deconvolution, it is larger than the maximum kurtosis deconvolution better denoising effect
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:姚瑞琦
  1. kuiban_v88

    0下载:
  2. 意信号卷积的运算,并且绘制图象,采用了小波去噪的思想,esprit算法对有干扰的信号频率进行估计。- Convolution operation is intended to signal and image rendering, Using wavelet denoising thought, esprit algorithm signal frequency interference can be assesse.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:jun
  1. minggei_v76

    0下载:
  2. 实现了图像的加水印,去噪,加噪声等功能,包含位置式PID算法、积分分离式PID,意信号卷积的运算,并且绘制图象。- Realize image watermarking, de-noising, plus noise and other functions, It contains positional PID algorithm, integral separate PID, Convolution operation is inte
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:ban
  1. waifu2x-master

    0下载:
  2. 又waifu2x提供,可以去git上找源码,这里方便大家使用。主要是通过卷积神经网,进行图片的放大达到超分辨率作用。-And waifu2x offer, you can go on to find the git source code, to facilitate the use here. Mainly through the convolution neural network, amplified to achieve sup
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:64266240
    • 提供者:linzhipeng
  1. CODE

    0下载:
  2. 图像的盲去模糊。在模糊图中框出一块矩形框,作为图像的先验知识,估计模糊核函数后与模糊图像进行反卷积,得到清晰的还原图像。可以直接看到清晰还原效果。-Blind image deblurring. Out of the box in the fuzzy figure a rectangular fr a me, as an image of a priori knowledge, after estimated blur kernel a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:65495040
    • 提供者:liuna
« 1 2 3 4 56 »

源码中国 www.ymcn.org