搜索资源列表
Richardson
- 里查得森(Richardson)法解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。由于它是一种显式格式,解的结果不稳定 在Matlab7下面运行发现竟然有一些值达到十的几十次方,这是算法本身决定的。不是程序有错误
Image_Restoration.rar
- 这个程序可以修复因噪声/噪音干扰或者因抖动产生的失真的图像,Inverse滤波器, Wiener滤波器和Lucy-Richardson滤波器被使用到,同时代码还使用了光学流线分析,估计模糊的长度和角度。,This process could be restored due to noise/noise interference or distortion due to jitter generated images, Inverse filter, Wiener filter and the L
matlab
- 用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.
Fourteen
- 第十四章 图像复原 14.1 退化模型 14.1.1 连续退化模型 14.1.2 离散退化模型 14.2 复原的代数方法 14.2.1 代数复原原理 14.2.2 逆滤波复原 14.2.3 最小二乘方滤波 14.3 MATLAB 实现图像复原 14.3.1 维纳滤波复原 14.3.2 规则化滤波复原 14.3.3 Lucy-Richardson 复原 14.3.4 盲去卷积复原 14.3.5 图像复原的其它 MATLA
lichaxun
- 理查逊外推法求数值微分,能达到很高的精度。-Richardson extrapolation method for numerical differentiation, to achieve high accuracy.
richardson
- A generalized Richardson extrapolation routine that can perform multiple extrapolation steps, can accommodate arbitrary leading error terms, can handle any uniform refinement scheme (e.g. h/2, h/3, h/5, etc), and can report a full extrapolation table
richardson.cpp
- richardson algorithm of approximation of integrals
DeblurringImagesUsingtheBlindDeconvolutionAlgorit
- The Blind Deconvolution Algorithm can be used effectively when no information about the distortion (blurring and noise) is known. The algorithm restores the image and the point-spread function (PSF) simultaneously. The accelerated, damped Richardson-
LucyRichardsonAlgorithm
- The Lucy-Richardson algorithm can be used effectively when the point-spread function PSF (blurring operator) is known, but little or no information is available for the noise. The blurred and noisy image is restored by the iterative, accelerated, dam
imagerestoration
- 图像复原 退化模型 连续退化模型 离散退化模型 复原的代数方法 代数复原原理 逆滤波复原 最小二乘方滤波 MATLAB 实现图像复原 维纳滤波复原 规则化滤波复原 Lucy-Richardson 复原 盲去卷积复原 图像复原的其它 MATLAB 函数 -Degradation of image restoration model continuous degradation model discrete degrada
shizhiweifen
- matlab中的数值微分,有用中点公式,自适应法,理查森外推算法等方法求函数的导数,算法的程序实现在文件中都已经给出了。-in the numerical differentiation matlab, useful midpoint formula, adaptive method, Richardson extrapolation methods such as France seek the derivative of the function, the algorithm of the
ImageRestorationincludecodereportetc
- 图像复原,实现inverse Filter, Wiener Filter, Lucy-richardson 算法,里面包括PPT,代码和报告。非常有价值,是我视觉的大作业。-Image restoration to achieve inverse Filter, Wiener Filter, Lucy-richardson algorithms, which include the PPT, the code and reporting. Is very valuable, is my visi
Image_Restoration_motionblur
- 这个程序可以修复因噪声/噪音干扰或者因抖动产生的失真的图像,Inverse滤波器, Wiener滤波器和Lucy-Richardson滤波器被使用到,同时代码还使用了光学流线分析,估计模糊的长度和角度。-This program can recover from noise/noise or distortion due to jitter generated images, Inverse filter, Wiener filter and the Lucy-Richardson filter
typicalmethods
- 多种数学迭代方法,包括雅克比法、高斯-赛德尔迭代法、和广义理查德森迭代法。-A variety of mathematical iterative methods, including Jacobi method, Gauss- Seidel iterative method, and the generalized Richardson iterative methods.
LucyRichardsonfuyuantuxiang
- Lucy-Richardson滤波复原图像的代码。效果一般般,可以参考下-Lucy-Richardson filter restored image of the code. Effect of general-like, you can refer to the following
image_deconvlucy
- 利用Lucy-Richardson方法进行图像复原,迭代次数分别是5次和15次-image restoration Lucy-Richardson
Wiley_H.264_and_MPEG-4_Video_Compression
- Work on the emerging “Advanced Video Coding” standard now known as ITU-T Recommendation H.264 and as ISO/IEC 14496 (MPEG-4) Part 10 has dominated the video coding standardization community for roughly the past three years. The work has been stimu
RL(Richardson-Lucy)
- 采用基于RL(Richardson-Lucy)算法的超分辨图像复原。能够实现图像的频谱外推,得到期望的复原图像。-The RL (Richardson-Lucy) algorithm-based super-resolution image restoration. Extrapolation of image spectrum, to obtain the desired restored image.
Richardson Number
- This matlab program is to calculate and plot the Richardson Number
richardson外推法
- 高精度算法中的理查德森(richardson)外推法。。(Richardson (Richardson) extrapolation in high accuracy algorithm)