搜索资源列表
MotionBlur_src_demo
- 一个模拟运动模糊的程序,基于OpenGL,包括演示程序和源文件
ydmh
- 模拟运动模糊的源代码,有详细注释。附图片。
MotionBlur_src_demo
- 一个模拟运动模糊的程序,基于OpenGL,包括演示程序和源文件-err
ydmh
- 模拟运动模糊的源代码,有详细注释。附图片。-Simulation of motion blur of the source code, detailed notes. Attached picture.
DeblurringImagesUsingWienerFilter
- 模拟运动模糊 恢复模糊图像 对加性噪声图像的恢复等-Fuzzy simulation of the restoration of motion-blurred images of additive noise, such as image restoration
blur
- 利用波方程模拟运动模糊过程,生成模糊图像-Wave equation using the process of simulated motion-blurred, blurred image to generate
im_motionblur
- 本程序为模拟匀速直线运动造成的图像模糊,其算法可以在冈萨雷斯数字图像处理书籍中找到。程序可以直接下载运行。-This procedure is for the simulation of image blurring caused by uniform linear motion. Its algorithm can be found in the book Digital Image Processing written byGonz
matlab-6
- 数字图形处理实验例题 造成图像退化的原因很多,大致可分为以下几个方面: (1)射线辐射、大气湍流等造成的照片畸变。 (2)模拟图像数字化的过程中,由于会损失部分细节,造成图像质量下降。 (3)镜头聚焦不准产生的散焦模糊。 (4)成像系统中始终存在的噪声干扰。 (5)拍摄时,相机与景物之间的相对运动产生的运动模糊。 (6)底片感光、图像显示时会造成记录显示失真。 (7)成像系统的像差、非线性畸变、
AgrawalCodedExposureCodeJuly11
- 软件模拟实现快门曝光控制程序,使运动模糊过程可逆,借助运动模糊复原方法,得到好的复原效果-software attains the coded exposure in hardware to make the process reversible, good restoration can be got by motion deblur methods
IMGRestore
- 很好的运动图像的复原程序,可以先模拟模糊,再复原进行测试,如果要对图像进行复原,改一下运动的速度,恢复程序默认的运动方向是横向向右-Good sport image restoration procedures can be simulated blur, and then recover to test, if you want the image restoration, change what the speed of movem
LR
- 这个是matlab里基于LR算法对模拟运动模糊并且加入高斯噪声进行复原的算法-This is carried out in the recovery matlab LR algorithm based simulation of motion blur and add Gaussian noise algorithm
zuixiaopingfang
- 这个算法是matlab里基于最小平方对模拟运动模糊并加入高斯噪声复原算法-This algorithm is based on a least squares matlab in analog motion blur and add Gaussian noise restoration algorithm
VNA
- 这个是matlab里基于维纳滤波算法对模拟运动模糊并加入高斯噪声的图像进行复原的程序 -This is where Wiener filtering algorithm matlab simulation of motion blur and add Gaussian noise image recovery program based on conduct
MotionBlur
- 关于运动模糊的三维编程实现示例,实现运动模糊效果的模拟-An example of 3D programming of motion blur is realized, and the simulation of motion blur effect is realized.
常用图像去模糊算法分析与对比
- 【编程实现】 I = checkerboard(8); subplot(221); imshow(I); title('Original Image (courtesy of MIT)'); % 模拟运动模糊. LEN = 21; THETA = 11; PSF = fspecial('motion', LEN, THETA);
论文 基于图像恢复在无人机领域的应用与研究 (2)
- 由于无人机在航拍时会受到相对运动、姿态变化、光学环境、机械振动等因素的影响,导致所拍图像退化。本文使用MATLAB对无人机航拍图像退化过程进行了仿真实验,根据图像退化的原因建立相应的图像退化模型,把清晰的原图像进行退化处理,然后将模拟出来的退化图像分别使用维纳滤波、约束最小二乘(正则)滤波、Lucy-Richardson迭代非线性和盲解卷积4种不同的复原算法进行恢复,达到复原模糊图像的目的。(The application of UAV