搜索资源列表
adsp2
- 设计最小二乘逆滤波器求解反卷积问题,假设有观测噪声,为降低观测噪声的影响,可采用预白化方法,设计长度N=50的最小平方FIR逆滤波器-inverse filter design for least squares deconvolution, the assumption that the measurement noise, To reduce the impact of noise and possible pre-whitenin
Advances.of.Research.in.Independent.Component.Anal
- :介绍了独立成分分析(ICA)的基本模型及其假设、含混性、非高斯性度量和通用求解过程。讨论了目前ICA 的几个研究方向的发展现状和面临的问题,分析了ICA 基本模型和几种扩展模型的求解算法,包括盲反卷积、卷积混和的盲分离、非线性瞬时混合的盲分离。提出了ICA 未来理论和应用研究中的开放课题。-: Introduce the independent component analysis (ICA) the basic model and
TWITS_vv
- 2007年ICIP国际会议论文的源码,用于实现对图像的反卷积恢复。-2007 International Conference on ICIP paper source for the realization of the restoration of image deconvolution.
matlab
- 在MATLAB中,信号S经过信道H卷积后生成接收信号V,V=conv(S,H),从V和H反卷积-In MATLAB, the signal S after convolution H channel generated receive signal V, V = conv (S, H), from V and H deconvolution
fdeconv
- 快速反卷积。计算速度很快,必要的时候需要手动更改m文件里的fft点数以改变计算精度。很好的代码。-Rapid deconvolution. Computing speed very quickly, when necessary to manually change the m file points to change the fft calculation accuracy. Very good code.
iterative_blind_deconvolution
- 盲迭代反卷积算法,可以在不求PS的情况下恢复图像-Iterative blind deconvolution algorithm, can not seek restoration of the PS images
hw5
- 用matlab代码编写的图像盲反卷积,可以实现较好地实现灰度图像的盲反卷积-Matlab code used to prepare the image blind deconvolution can be achieved to better achieve the gray image of the blind deconvolution
BDDB
- 用于离散信号的盲反卷积,主要针对一维离散信号,可以进行二维扩展。-Discrete signals for blind deconvolution, mainly for one-dimensional discrete signal can be extended to two-dimensional.
LSI2
- toeplitz方程的求解算法,反卷积中所使用。x*h=y, 已经h,y,求x。-Equation toeplitz algorithm used in the deconvolution. x* h = y, has h, y, need to solve x
zuixiaoshang
- 针对多通道卷积混叠模型,基于信息理论的最小熵准则,利用单时间点观测样本给出了一类多通道盲反卷积 方法,这种方法不同于其它方法的地方在于考虑了源和观测信号的上下文信息.-A blind deconvolution algorithmfor a multi- channel convolution mixing model was derived. The algorithm is based on a minimum entrop
matlab-Imagerecover
- 这是一个基于matlab图像复原处理包,其中包括图像的模糊、维纳滤波、盲反卷积、点扩散函数和光学转换函数互相转化-This is a matlab-based image restoration processing package, including the images fuzzy, Wiener filtering, blind deconvolution, point spread function and optical t
image_deconvblind
- 利用matlab自带的deconvblind函数,进行图像盲目反卷积复原-image restoration deconvblind
decon
- 地震反褶积程序 预测反褶积 最小子波反褶积(Deconvolution of seismic deconvolution program for deconvolution of the smallest small wave deconvolution)
求解反卷积
- 图像的卷积处理以及进行解卷积的操作,用conv进行卷积操作(Convolution operation of image and operation of deconvolution, convolution operation with conv)
盲反卷积算法
- 当没有被称为失真的信息时(模糊和噪音),盲反卷积算法可有效使用,改善图像质量(When no information is known as distortion (blurring and noise), blind deconvolution can be used effectively to improve image quality.)
盲反还原失焦图像
- 失焦图像还原,盲目反卷积迭代处理图像,参考交流(Defocus image restoration, blind deconvolution iterative processing of images, reference communication)
DeconvolutionCode-LevinEtAl07
- 所附代码提供了上述三种反卷积策略的实现。要开始,用户应该检查文件demo.m。反褶积子程序在以下文件中实现:deconvL2频率.m:在频域反褶积,假设高斯导数在前面。2.deconvL2.m:利用共轭梯度算法,假设在空间域上存在高斯导数先验的反褶积。3.deconvSps.m:利用迭代重加权最小二乘算法,在空间域上假设一个稀疏导数先验的反褶积。(The enclosed code provides the implementation
adaptive TVMM demo
- 全变分图像反卷积:MAJORIZATION-MINIMIZATION方法。 《TOTAL VARIATION-BASED IMAGE DECONVOLUTION: A MAJORIZATION-MINIMIZATION APPROACH》这篇论文的源码 本文提出了一种新的在全变差正则化条件下图像反褶积的最大化-最小化算法。(Totally variational image deconvolution: The source of
反卷积常用
- RL算法进行反卷积,输入图片,得到反卷积去噪结果
反卷积去噪
- 反卷积去噪实验室的常见去噪算法,在IMAGEJ中可以直接插件运行和使用