搜索资源列表
PSF
- 本文针对灰度图像的盲复原问题进行了一些研究,介绍了两种不同的图像盲复 原处理的方法。一种是误差一参数分析法,该方法适合于辨识可以用参数来表征的 点扩散函数,如线性移动模型和Gauss模型等,然后根据估计的参数确定退化图像 的点扩’散函数,再利用常规的复原算法(如维纳滤波法)对退化图像进行复原处理 另一种是非负支撑域约束递归逆滤波(NAS-R工F)算法,文中介绍了NAS-R工F算法 的基本思想,并结合正则化的思想,提出了NAS-RIF的改进算法,相应对该算法的 性能效果
FTVd_v4.1
- 基于TV正则化的图像复原技术
1111
- Btv双边全变分正则化重建方法及重建方法其发展- Using L1 norm minimization and robust regularization based on a bilateral prior to deal with different data and noise models
TVzhengzehua
- 运用正则化解决图像复原的问题,本文针对图像复原中正则化方法的研究及应用进行了广泛深入的探讨与分析。-The use of regularization to solve the image restoration problem, this paper, regularization image restoration method and its application to a wide range of in-depth discussion and analysis.
TVMMcode
- 国外一个博士写的图像复原的源码 ,基于自适应的正则化的全变分图像复原,源码内有作者的主页,相应文章可以下载。代码测试,可用,效果不错 ,做这方面的同志可以下来看看 -Dr. written by a foreign source image restoration based on adaptive regularization total variation image restoration, source inside of the home page, the corresponding
tikhonov
- Tikhonov.m 纪洪诺夫正则化方法-Tikhonov.m Regularization..............
Adaptivelyregularizedconstrainedtotalleast-squares
- 自适应正则化的最小二乘图像复原算法,基于一定的参考价值-Adaptive regularized least squares image restoration algorithm, based on some value
Super-resolution-Reconstruction
- 关于主要的图像超分辨率重建和复原算法,配准,实例,正则化-Super-resolution images on the major reconstruction and restoration algorithm, registration, case, regularization
image-recovery
- 维纳滤波器、正则化滤波器、Lucy-Richardson及盲反卷积进行图像复原-wiener filter image reconstruction
tuxiangfuyuan
- 这是一篇硕士论文,比较详细的描述了全变分正则化在图像复原中的应用,包括图像复原和图像盲复原,对初学者很有帮助-This is a master s thesis, a more detailed descr iption of the total variation regularization in image restoration applications, including image restoration and blind image restoration, useful fo
adaptive_regularization
- 代码给出了数字图像处理图像复原运算方法中的自适应滤波、正则化滤波、盲去卷积滤波等滤波方法的实现过程,经matlab调试运行成功,效果明显-Code gives a computing method of digital image processing image restoration, adaptive filtering, regularization filter, blind go convolution filtering and other filtering methods to
Lee
- 考虑亚像素配准误差的正则化高分辨图像复原算法,是Eun Sil Lee这人发表的论文-Regularized Adaptive High-Resolution Image Reconstruction Considering Inaccurate Subpixel Registration
code
- 自适应选择正则化参数和范数的非盲图像复原方法,效果真心不错。-Select the non-blind adaptive image restoration method parameters and norm regularization, the effect really good.
E6332
- 基于总变分(TV)的正则化多帧图像超分辨复原-Based on the total variation (TV) regularization multi-frame super-resolution image restoration
45188302cvogelTV
- 改进的RL算法,和正则化结合,更能很好的复原图像(The improved RL algorithm, combined with regularization, can better restore the image)
tv_fista
- 基于总变差正则化模型的图像复原,有图像加噪去噪,去模糊的功能(Image restoration based on total variation regularization model has functions of image denoising, denoising and deblurring.)
RL-TV
- 全变分正则化的RL算法matlab代码,同于图像非盲复原。