CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 模糊函数 matlab

搜索资源列表

  1. pictureRestortooriginal

    0下载:
  2. 图像线性滤波复原 运用MATLAB软件,并结合维纳滤波法对各种模糊图像进行复原重建 创建一个仿真运动模糊的PSF来模糊图像。 (2)利用deconvwnr函数对无噪声模糊图像进行复原重建 (3)利用deconvwnr函数对有噪声模糊图像进行复原重建 -images linear filtering using MATLAB software recovery, and the Wiener filter to various fuzzy image restoration
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3469
    • 提供者:深蓝
  1. fcm_eg

    1下载:
  2. 模糊C聚类的应用!!利用MATLAB本身自带的FCM函数做的一个例子
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5386
    • 提供者:chaochao
  1. psf

    1下载:
  2. 运动模糊图像的复原中经常要用到点扩散函数psf,该程序实现求取点扩散函数psf,即实现Matlab中的fspecial函数(求psf),你只要设定好参数length和angle就可以了,调用get_psf()
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:124322
    • 提供者:许明先
  1. Matlab图像滤波与模糊函数

    0下载:
  2. A toolbox that contains image processing functions 这个工具包包含的若干程序之一就是图像滤波与模糊处理的函数,用于图像处理。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-04-11
    • 文件大小:605059
    • 提供者:sonictair
  1. imagequality

    4下载:
  2. 自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵-I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-29
    • 文件大小:3838
    • 提供者:llb
  1. kfcm

    1下载:
  2. 基于核函数的模糊C聚类均值(fcm)算法-FCM algorithm based on kernel function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:932
    • 提供者:小飞
  1. matlab image to the fuzzy

    1下载:
  2. 本例中主要使用四个区模糊函数对图像去模糊,分别是deconvwnr、deconvreg、deconvlucy、deconvblind。这四个函数分别适合不同的情况,对模糊图像的恢复效果也不同-In this case the main use of the four areas on the image to the fuzzy ambiguity function, respectively deconvwnr, deconvreg, deconvlucy, deconvblind. Thes
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:289888
    • 提供者:zougq
  1. 3

    0下载:
  2. 实现平移运动的图像模糊程序,一种是利用现有的matlab函数。一种是根据数学模型,自己设置滤波器-Achieve translational motion of the image blurring process is to use existing matlab function. One is based on mathematical models, they set the filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:10418
    • 提供者:甘石
  1. Barker_ambig

    4下载:
  2. 任意位巴克码的匹配滤波以及模糊函数matlab源码-Any bit Barker code matched filter and ambiguity function matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2015-05-17
    • 文件大小:1024
    • 提供者:
  1. Dipeap

    0下载:
  2. 基于matlab的数字图像处理代码函数集,对图像去噪,去模糊化和提取图像特征参数-Digital image processing experimental procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:11458
    • 提供者:魏文丽
  1. E

    0下载:
  2. 这是一个基于matlab图像复原处理包,其中包括图像的模糊、维纳滤波、盲反卷积、点扩散函数和光学转换函数互相转化-This is a recovery based on matlab image processing package, including blur, Wiener filtering, blind deconvolution, point spread function and optical transfer function is transformed into each
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:575
    • 提供者:tom
  1. iterative blind deconvolution

    3下载:
  2. 实现了迭代盲反卷积的图像去模糊,自己写的代码,没有调用matlab已有函数-Iterative blind deconvolution of images blurred, write your own code, without calling matlab existing function
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:589863
    • 提供者:张亮
  1. MATLAB

    1下载:
  2. 有关数字图像退化函数的估计与滤波,维纳滤波器实现,运动模糊等-For digital image degradation function estimation and filtering, Wiener filter implementation, motion blur, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:2201
    • 提供者:吴迪
  1. fcm_code

    0下载:
  2. 模糊C均值聚类(FCM)算法的实现Matlab源码(其中命名为fcm.m的文件为一个完整的应用函数,其余几个文件为分割开使用的单独的函数)适合于研究图像分割算法的同仁们借鉴。-Fuzzy C-means clustering (FCM) algorithm Matlab source code (which is named fcm.m file a complete application functions, the rest is split open several files usin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:7405
    • 提供者:钱佳
  1. DIP

    0下载:
  2. 数字图像处理matlab实现,包括如下程序: 1.直方图规定化为高斯双峰函数 2.窗口形状自适应(十字形或矩形)的中值滤波 3.彩色图像目标提取并与背景图像合成 4.插值外推法的彩色图像饱和度调整 5.多种插值方法实现的图像放大和缩小 6.频域变换及分析 7.几何校正 8.插值外推法的黑白图像对比度增强 9.运动模糊矫正-Digital image processing matlab realize, including the following proce
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:6725
    • 提供者:Yan
  1. up

    0下载:
  2. 基于matlab实现高斯函数,以及图像模糊恢复,调用matlab自带函数。-Implementation of Matlab based on Gauss function, and the blurred image restoration, call the MATLAB built-in function.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1521
    • 提供者:李勤
  1. MAX_Wavelet

    0下载:
  2. 采用极大值法实现图像处理中的小波去模糊。基于matlab函数实现。-Using the maximum value method to achieve image processing wavelet deblurring. Based on matlab function implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:3006
    • 提供者:李勤
  1. fcm

    0下载:
  2. 模糊c均值聚类。是matlab中fcm函数的代码-Fuzzy c-means clustering. Is the code matlab function in fcm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:13786
    • 提供者:武利娟
  1. MATLAB-picture-blurring-processing

    0下载:
  2. 图像模糊函数,分别产生运动模糊、圆盘状模糊以及钝化模糊的PSF,然后将PSF与原图像卷积,得到不同的模糊图像-Image blur function, respectively, resulting in motion blur, disk blur and passivation of fuzzy PSF, and then PSF and the original image convolution, get different fuzzy images
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:1537
    • 提供者:hairui
  1. ImageProcessingProgramInMATLAB

    1下载:
  2. 数字图像处理MATLAB个人大作业,带有交互式界面,可以调参,实现了如下功能:冈萨雷斯书中的大部分的灰度变换函数,图像锐化,滤波(低通,高通,维纳,中值),噪声模型(允许添加各种噪声,包括运动模糊),小波变换,并附有程序运行的说明文档(Image Processing program with interactive Interface)
  3. 所属分类:图形图像处理

« 12 »
搜珍网 www.dssz.com