CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - image median filter matlab

搜索资源列表

  1. tuxiangpinhua.rar

    0下载:
  2. 图像平滑 中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节,Image smoothing median filter belong to non-linear smoothing filters, which can eliminate noise and protect the image details
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:15726
    • 提供者:陈杰
  1. usb-carmer-matlab-RT-process

    2下载:
  2. 通过计算机usb摄像头进行图像采集,然后实时处理,跟踪其中运动物体,并进行计数,采用中值滤波法得到背景,并根据需要进行更新,视频处理采用了动态差分与前景差分结合的方法,效果比较理想,但无法解决人物重叠的问题-Usb camera through the computer for image acquisition, and real-time processing and tracking moving objects in which, and the count median filter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-09
    • 文件大小:6649
    • 提供者:song
  1. work

    1下载:
  2. 图像均值滤波和中值滤波的matlab源程序代码。希望能给大家带来用处.-Image mean filter and median filter the matlab source code. We hope that they will bring useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3030
    • 提供者:zxmoran
  1. 3

    0下载:
  2. matlab代码,数字图像矩阵数据的显示及其傅立叶变换,二维离散余弦变换的图像压缩,采用灰度变换的方法增强图像的对比度,直方图均匀化,模拟图像受高斯白噪声和椒盐噪声的影响,采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波-matlab code, digital image data display matrix and its Fourier transform, two-dimensional discrete cosine transform image compressio
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2139
    • 提供者:wang
  1. MATLAB

    0下载:
  2. 利用MATLAB实现的一些图像处理程序 有利用HOUGH变换实现圆的检测 也有实现均值处理的以及同台滤波处理还有中值滤波的-The use of MATLAB implementation of a number of image processing procedures have to use HOUGH transform circle detection also realize there is implementation of the deal, as well as the me
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4505
    • 提供者:刘东
  1. medianFilter

    0下载:
  2. 图像处理中的中值滤波源代码,能够较好的模糊图像,除去椒盐噪声。-Image processing median filter source code, be able to better fuzzy images, remove the salt and pepper noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:73267
    • 提供者:gillyamylee
  1. image

    0下载:
  2. 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:83786
    • 提供者:yangyong
  1. noise

    0下载:
  2. This code is filtering noise in image with median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:40047
    • 提供者:paz
  1. 1111

    2下载:
  2. 自适应中值滤波,对图像的椒盐噪声有很好的滤除效果,非常不错的程序-Adaptive median filter, the image of the salt and pepper noise filtering effect of a very good, very good procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:862547
    • 提供者:chen
  1. zhongzhihejunzhilvb

    0下载:
  2. 自己编写的关于图像的中值滤波和均值滤波,并进行了比较-Write your own on the image median filter and mean filter, and compared
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1487
    • 提供者:guopanfeng
  1. GUI

    0下载:
  2. Median filter 3x3,Median filter 5x5, mean filter, wiener filter, PSNR, MSE -a simple gui for image noise removal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:14708
    • 提供者:torto
  1. adpmedian_fliter

    0下载:
  2. 冈萨雷斯的《数字图像处理》作业,自适应门限的中值滤波器用Matlab实现,用于图像增强,去噪-Gonzalez' s " digital image processing" operations, adaptive threshold median filter realization using Matlab for image enhancement, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:75600
    • 提供者:angelammo
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11603
    • 提供者:王兆云
  1. weightedMedian

    0下载:
  2. 中值滤波在图像处理中占据很重要的地位,本代码是加权中值滤波处理源码。希望对大家有用。-Median filter in image processing occupies a very important position, the code is weighted median filter processing source. Hope to be useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1753
    • 提供者:欧阳
  1. Prospects_on_Blind_Digital_Image_Forensics_Technol

    0下载:
  2. 数字图像盲取证技术作为一种不依赖任何预签名提取或预嵌入信息来鉴别图像真伪和来源的技术, 正逐步成为多媒 体安全领域新的研究热点,基于真实性鉴别的数字图像盲取证技术综述-Digital image forensics technology as a signature does not depend on any pre-extracted or pre-embedded information to identify the source of the image authenticity
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1707799
    • 提供者:Li Tian
  1. Matlab

    0下载:
  2. 对加过噪声的图像进行自适应中值滤波,效果很好,相对中值滤波好。-Increase over the noise of the image median filter, the effect is very good, relatively good median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1151
    • 提供者:崔小宇
  1. media-filter

    0下载:
  2. 本程序是用matlab编写的一段代码 主要是实现图像的中值滤波 采用的图像是lena.bmp 系统给出的图像 -This procedure is used Matlab prepared to use a section of code is mainly to achieve the image median filter used in image is the lena.bmp system given image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:51311
    • 提供者:lucy
  1. The-regional-adaptive-median-filter

    0下载:
  2. 区域自适应中值滤波器在数字图像处理中的应用,针对椒盐噪声的强弱处理,可能过matlab仿真得出明显的效果展示-The regional adaptive median filter in digital image processing, for the strength of the salt and pepper noise processing, may be too matlab simulation draw the obvious effect of display
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:1159
    • 提供者:libing hu
  1. Matlab-Image-Noise-Filter

    0下载:
  2. Matlab椒盐和高斯混合噪声的滤波,包括自适应中值和修正的阿尔法等多种几种方法,比较简单,自带函数,含测试图片且为相对路径,可直接运行。-Some Matlab Image Noise Filter using approaches such as adapted median filter and alpha trim,targeted at mixed noise of gauss noise and salt&pepper noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:53111
    • 提供者:daphlake
  1. MATLAB夜间车牌识别程序

    0下载:
  2. 图片灰度显示,二值化,中值滤波算法,显示灰度直方图。(The image grayscale display, two value, median filter algorithm, display gray histogram.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:98304
    • 提供者:程序小白11
« 12 3 4 5 »
搜珍网 www.dssz.com