CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟运动模糊

搜索资源列表

  1. MotionBlur_src_demo

    0下载:
  2. 一个模拟运动模糊的程序,基于OpenGL,包括演示程序和源文件
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:79384
    • 提供者:sam he
  1. ydmh

    0下载:
  2. 模拟运动模糊的源代码,有详细注释。附图片。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:34855
    • 提供者:kcv
  1. im_motionblur.rar

    0下载:
  2. 本程序为模拟匀速直线运动造成的图像模糊,其算法可以在冈萨雷斯数字图像处理书籍中找到。程序可以直接下载运行。,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 byGonzalez. Procedures can be run di
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:440146
    • 提供者:李鹏
  1. matlab-6

    1下载:
  2. 数字图形处理实验例题 造成图像退化的原因很多,大致可分为以下几个方面: (1)射线辐射、大气湍流等造成的照片畸变。 (2)模拟图像数字化的过程中,由于会损失部分细节,造成图像质量下降。 (3)镜头聚焦不准产生的散焦模糊。 (4)成像系统中始终存在的噪声干扰。 (5)拍摄时,相机与景物之间的相对运动产生的运动模糊。 (6)底片感光、图像显示时会造成记录显示失真。 (7)成像系统的像差、非线性畸变、有限带宽等造成的图像失真。 (8) 携带遥感仪器的飞行
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:1222
    • 提供者:wanghui
  1. DeblurringImagesUsingWienerFilter

    0下载:
  2. 模拟运动模糊 恢复模糊图像 对加性噪声图像的恢复等-Fuzzy simulation of the restoration of motion-blurred images of additive noise, such as image restoration
  3. 所属分类:Special Effects

    • 发布日期:2016-02-19
    • 文件大小:1535221
    • 提供者:aprilgirl
  1. blur

    0下载:
  2. 利用波方程模拟运动模糊过程,生成模糊图像-Wave equation using the process of simulated motion-blurred, blurred image to generate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:280036
    • 提供者:hj zhang
  1. AgrawalCodedExposureCodeJuly11

    0下载:
  2. 软件模拟实现快门曝光控制程序,使运动模糊过程可逆,借助运动模糊复原方法,得到好的复原效果-software attains the coded exposure in hardware to make the process reversible, good restoration can be got by motion deblur methods
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-27
    • 文件大小:21458940
    • 提供者:lulu
  1. IMGRestore

    0下载:
  2. 很好的运动图像的复原程序,可以先模拟模糊,再复原进行测试,如果要对图像进行复原,改一下运动的速度,恢复程序默认的运动方向是横向向右-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 movement, the direction of movement
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:4106681
    • 提供者:gangwhu
  1. LR

    0下载:
  2. 这个是matlab里基于LR算法对模拟运动模糊并且加入高斯噪声进行复原的算法-This is carried out in the recovery matlab LR algorithm based simulation of motion blur and add Gaussian noise algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2671
    • 提供者:关云长
  1. zuixiaopingfang

    1下载:
  2. 这个算法是matlab里基于最小平方对模拟运动模糊并加入高斯噪声复原算法-This algorithm is based on a least squares matlab in analog motion blur and add Gaussian noise restoration algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2518
    • 提供者:关云长
  1. VNA

    0下载:
  2. 这个是matlab里基于维纳滤波算法对模拟运动模糊并加入高斯噪声的图像进行复原的程序 -This is where Wiener filtering algorithm matlab simulation of motion blur and add Gaussian noise image recovery program based on conduct
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2639
    • 提供者:关云长
  1. MotionBlur

    0下载:
  2. 关于运动模糊的三维编程实现示例,实现运动模糊效果的模拟-An example of 3D programming of motion blur is realized, and the simulation of motion blur effect is realized.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-30
    • 文件大小:23259
    • 提供者:666666
  1. 常用图像去模糊算法分析与对比

    0下载:
  2. 【编程实现】 I = checkerboard(8); subplot(221); imshow(I); title('Original Image (courtesy of MIT)'); % 模拟运动模糊. LEN = 21; THETA = 11; PSF = fspecial('motion', LEN, THETA); blurred = imfilter(I, PSF, '
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:367616
    • 提供者:郑阿冬
  1. 论文 基于图像恢复在无人机领域的应用与研究 (2)

    3下载:
  2. 由于无人机在航拍时会受到相对运动、姿态变化、光学环境、机械振动等因素的影响,导致所拍图像退化。本文使用MATLAB对无人机航拍图像退化过程进行了仿真实验,根据图像退化的原因建立相应的图像退化模型,把清晰的原图像进行退化处理,然后将模拟出来的退化图像分别使用维纳滤波、约束最小二乘(正则)滤波、Lucy-Richardson迭代非线性和盲解卷积4种不同的复原算法进行恢复,达到复原模糊图像的目的。(The application of UAV aerial photography became mor
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:8642560
    • 提供者:小王八
搜珍网 www.dssz.com