搜索资源列表
盲去卷积MATLAB代码
- 该代码是盲去卷积代码,并经过优化处理,效果明显。代码里也有较健全的注释!
LIC 线卷积,和其他卷积
- L IC 方法是基于矢量方向的相关性来对噪声纹理进行低通滤波,最终显示相关性
IDB.rar
- 这是图像恢复中的盲反卷积迭代算法的matlab的源程序,对于学习数字图像有很大的好处!,This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!
work.rar
- 信号的FFT分析 利用FFT实现两序列的线性卷积。,FFT implementation using the linear convolution of two sequences
concolution
- 对模糊图像解卷积的源代码,包含了几个常用的解卷积算法-The solution of fuzzy image source code, contains the deconvolution algorithm of several commonly solution convolution
BD IP2006
- 一个盲去卷积程序,可以实现去除图像的各类模糊,同时可进行相关参数的自适应调整。-A blind deconvolution process can be achieved to remove all kinds of image blur, while the relevant parameters can be adaptive.
tvreg
- 全变差图像处理方法,利用全变差做图像去噪、去卷积和修复-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
juanjima
- 用matlab语言实现卷积码编码过程,有程序运行结果。-Matlab language used convolutional code encoding process, there are procedures for the results.
noise
- 添加噪声与平滑降噪,平滑降噪可采用定制的模板做滤波运算(就是卷积运算)来获得中心像素的新值,也可以对指定大小的邻域进行某些运算作为中心像素的新值.-Add noise and smooth noise reduction, smoothing noise reduction can be customized templates so filtering operation (that is convolution operation) to receive the new pixel valu
image-gaoshi
- 对灰度图像进行高斯金字塔滤波,采用高斯核对图像进行卷积运算,将图像逐渐减小-iamge-gaoshi
DigtalImagePro
- 数字图像处理程序。vc6.0书写。能实现raw格式的图片向bmp格式转换、线性拉伸、卷积计算等功能-Digital image processing procedures. vc6.0 writing. Can achieve raw picture format to bmp format conversion, linear stretching, convolution calculation functions
ImageProcessing1.0
- VC++ MFC编的数字图像处理程序源代码 包括图像反转 模板卷积 中值滤波等 由于时间有限为全部完成 希望大家在源程序上基础上添加程序 进一步增加程序功能-Image Processing1.0
ImageProcee
- 关于图像变换(裁剪,合并,旋转,镜像,缩放),图像处理(正交变换,卷积,平滑,锐化,边缘检测,边缘增强等),图像特技显示(扫描,移动,百叶窗,马赛克,珊条,渐显渐隐)等功能的图像处理VC++源程序-On the image transform (cut, merge, rotate, mirror, zoom), image processing (orthogonal transform, convolution, smoothing, sharpening, edge detection,
BDDB
- 用于离散信号的盲反卷积,主要针对一维离散信号,可以进行二维扩展。-Discrete signals for blind deconvolution, mainly for one-dimensional discrete signal can be extended to two-dimensional.
phase_div
- 基于盲解卷积的相位差算法,图像恢复,文件包里面有仿真和LBFGS优化算法-The phase difference based on blind deconvolution algorithm, vogel
FTVd_v3.01
- 图像盲解卷积复原,一模方法,算法在压缩包内-Blind Image Deconvolution recovery, a model approach, the algorithm in the compressed package
imagerestoration
- 图像复原 退化模型 连续退化模型 离散退化模型 复原的代数方法 代数复原原理 逆滤波复原 最小二乘方滤波 MATLAB 实现图像复原 维纳滤波复原 规则化滤波复原 Lucy-Richardson 复原 盲去卷积复原 图像复原的其它 MATLAB 函数 -Degradation of image restoration model continuous degradation model discrete degrada
盲解卷积复原
- 盲去卷积复原算法,并在MATLAB中进行实验,和维纳滤波的复原效果进行一个对比。盲去卷积的方法有多种,露西-理查德森算法属于图像复原中的非线性算法,与维纳滤波这种较为直接的算法不同,该算法使用非线性迭代技术,在计算量、性能方面都有了一定提升(The blind deconvolution restoration algorithm is carried out in MATLAB and is compared with the restoration effect of Wiener filt
求解反卷积
- 图像的卷积处理以及进行解卷积的操作,用conv进行卷积操作(Convolution operation of image and operation of deconvolution, convolution operation with conv)
卷积神经网络去雾
- 该代码实现了使用Matlab实现卷积神经网络来对图像进行去雾操作。(This code implements a convolutional neural network using Matlab to defog the image.)