CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - matlab 模糊 图像

搜索资源列表

  1. 图像的模糊识别技术

    0下载:
  2. matlab 图像的模糊识别技术-Matlab 图像的模糊识别技术
  3. 所属分类:matlab例程

    • 发布日期:2015-06-11
    • 文件大小:1.26kb
    • 提供者:qwa
  1. 基于全局运动统计和边缘平滑滤波的视频去隔行方法

    2下载:
  2. 基于Matlab的去隔行算法,将运动图像造成的模糊去除。-The de-interlacing algorithm based on Matlab, the moving image blur removal.
  3. 所属分类:matlab例程

    • 发布日期:2012-12-12
    • 文件大小:843.54kb
    • 提供者:邱灵
  1. matlab-Imagerecover

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

    • 发布日期:2017-03-24
    • 文件大小:286.27kb
    • 提供者:
  1. DCT

    1下载:
  2. 实现图像的DCT高通、低通滤波器并与傅里叶变换做比较.有图可见,经DCT低通滤波后,图像变得很模糊。因为DCT是FFT取其实部,能量减少,因此图像变得很模糊,没有经FFT滤波后的效果好。 经DCT高通滤波后的图像: 经DCT高通滤波后,图像的低频部分被滤除掉,图像变黑,只有边缘的痕迹可见。-The DCT of image high-pass, low pass filter and compared with the Fourier transform.
  3. 所属分类:matlab

    • 发布日期:2014-11-23
    • 文件大小:8.71mb
    • 提供者:strong
  1. motionbluring

    0下载:
  2. 基于运动模糊图像产生的原因,自编一个生产运动模糊图像的matlab程序,程序 需要输入模糊长度,默认模糊角度为0,包含一张图片-Based on the causes of motion blurred image, self production of motion blurred images of a matlab program, the program requires input fuzzy length, the default fuzzy angle 0
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:58.43kb
    • 提供者:Gade
  1. mh

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:553.38kb
    • 提供者:qht
  1. fcm

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:797byte
    • 提供者:张淘
  1. MATLAB1

    0下载:
  2. 《MATLAB图形技术_绘图及图形用户接口》 MATLAB语言在数值计算,数据处理,自动控制,信号处理,神经网络,优化计算,模糊逻辑,小波分析,图像处理,统计分析等众多领域有着广泛的用途。-" MATLAB graphics _ graphics and graphical user interface" MATLAB language in the numerical calculation, data processing, automatic control, sig
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7.4mb
    • 提供者:yzy
  1. SSSS

    0下载:
  2. 通过建立运动模糊数学模型, 进行了消除运动模糊的仿真实验, 维纳滤波恢复运动模糊图像效果较 好。在图像恢复技术中, 点扩展函数( PSF) 是影响图像恢复结果的关键因素, 所以常常利用先验知识和后验判 断方法估计PSF函数来恢复图像。实验表明在实际恢复过程中如果运动模糊图像混入了噪声, 必须考虑到信噪 比、噪声的自相关函数和原始图像的自相关函数对恢复后图像的影响。-Through the establishment of mathematical model of motion
  3. 所属分类:matlab例程

    • 发布日期:2013-03-21
    • 文件大小:616.02kb
    • 提供者:马飞
  1. levelsetseg

    0下载:
  2. matlab编的水平集分割的一些好东东, 适用于模糊图像的目标提取,希望能共勉-some program of matlab for image segmentation and small target extraction
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:9.61kb
    • 提供者:强军
  1. SSFroughSeg

    1下载:
  2. 这是采用模糊粗糙集的方法处理图像的matlab代码-This is a fuzzy rough set approach to image matlab code
  3. 所属分类:matlab例程

    • 发布日期:2013-01-14
    • 文件大小:10.89mb
    • 提供者:lindahua
  1. est_daopu_len

    0下载:
  2. 运动模糊图像的复原,采用倒谱法估计模糊尺度,编写代码,适合初学者学习与理解。含图,可运行测试-Restoration of motion blurred images using fuzzy scale cepstrum estimation, writing code, suitable for beginners to learn and understand. Including maps, can run the test
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:25.95kb
    • 提供者:天天
  1. es_Ang_Hough

    0下载:
  2. 自编的采用Hough变换的方法估计运动模糊图像的方向,含一个M文件,注释详细,希望对学习图像复原的朋友有一些帮助。-The use of self Hough transform to estimate the direction of motion blurred images, with an M file, comment in detail, hoping to restore the images to the friends learn that some help.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:842byte
    • 提供者:天天
  1. degra_write

    0下载:
  2. 自编图像退化程序,包括图像的模糊与加噪,解释详细,希望对学习图像复原的朋友有所帮助。-Self image degradation process, including blur and add noise, a more detailed explanation, I hope the friends of learning image restoration help.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:783byte
    • 提供者:天天
  1. image_process

    0下载:
  2. 包含几种用于图像处理的MATLAB程序,分别有图像高通滤波,低通滤波,图像小波融合,图像消模糊,以及图像恢复。都是非常实用的小程序-Contains several MATLAB programs for image processing, images were high-pass filter, low pass filtering, wavelet image fusion, image consumption fuzzy, and image restoration. Are very
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.73kb
    • 提供者:蔡进
  1. 图像的复原

    0下载:
  2. 对图像进行滤波、加噪,对图像进行模糊、复原处理,另有点扩散函数与光学转换函数间的互化。(The image is filtered and noisy, the image is blurred and restored, and the point diffusion function is interchanged with the optical conversion function.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:284kb
    • 提供者:醉蹉跎
  1. Untitled pingpu

    0下载:
  2. 可以用matlab对模糊图像画出对应的频谱图(You can use matlab to draw corresponding spectrum for blurred images.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:建模菜鸟
  1. HDR_Imaging

    2下载:
  2. 采用基于梯度的算法,通过matlab实现高动态范围成像。高动态范围图像,相比普通的图像,可以提供更多的动态范围和图像细节,根据不同的曝光时间的低动态范围图像,利用每个曝光时间相对应最佳细节的低动态范围图像来合成最终高动态范围图像,能够更好的反映人真实环境中的视觉效果。这里采用的高斯模糊展示了高动态范围图像中超出取值范围的数值也是有用的,即使它们在转换成低动态范围图像的时候通常都要被裁掉。在原始的高动态范围图像中,这些像素都有非常大的亮度值。当图像模糊的时候,周围的像素亮度被“拉高”并且在色度映射
  3. 所属分类:matlab例程

    • 发布日期:2020-05-09
    • 文件大小:6kb
    • 提供者:lixiaoke
  1. avoidence---Matlab

    1下载:
  2. 基于模糊控制的避障仿真, 有图像,直线规划,能实现避障,但还不是很完美(Obstacle avoidance simulation based on fuzzy control, with image and straight line planning, can achieve obstacle avoidance, but it is not perfect)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-26
    • 文件大小:20kb
    • 提供者:克大
  1. 基于matlab的图像处理工具

    0下载:
  2. 利用matlab编程实现图像处理的基本功能,如平移,旋转,缩放,滤波,运动模糊消除等
  3. 所属分类:matlab例程

    • 发布日期:2021-02-20
    • 文件大小:448.28kb
    • 提供者:747772169@qq.com
« 12 3 »
搜珍网 www.dssz.com