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

搜索资源列表

  1. matlab

    0下载:
  2. 二值化 灰度调整 细化1 线性滤波2 直方图 直方图均化.txt 中值滤波2.txt 自适应滤波3.txt -Binarization of gray-scale adjustment of a linear filter refinement 2 Histogram Histogram equalization. Txt median filter 2.txt adaptive filtering 3.txt Adaptive Filtering.m Linear Filte
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3306540
    • 提供者:jk
  1. zhongzhilvbo

    0下载:
  2. 中值滤波源代码下载及源文件压缩包(内含所有文件-Median filter to download the source code and source files
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:140317
    • 提供者:zhaoyu
  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. MEDIANFILTER_CODE

    0下载:
  2. median filter System will automatically delete the directory of debug and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:20693
    • 提供者:base
  1. DenoisingMed

    0下载:
  2. 给出了用中值滤波器去噪的matlab程序-give a denoise program on matlab by median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:594
    • 提供者:
  1. ImageProcessing

    0下载:
  2. 图像处理的课程设计功能有 1.直方图的计算与显示 2.线性点运算 3.灰度均衡 4.傅里叶正变换 5.模板操作、中值滤波-Image processing function of curriculum design 1. Histogram calculation and display 2. Linear 3-point operations. Grayscale balance 4. Fourier transformation 5. Template operation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3312434
    • 提供者:张志荣
  1. C_with_Matlab

    0下载:
  2. C++ 与 MATLAB 混合编程的pdf英文课件 实现图像的Median filter-a step by step guide on how to realize image median filtering with integrated C++ and MATLAB ,tutorial only,no sample code available
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:318635
    • 提供者:guanwenye
  1. mid_filter

    0下载:
  2. DSP642的中值滤波,全套工程,很有启发意义-DSP642 the median filter, a full set of engineering, it is instructive
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:39349
    • 提供者:www
  1. 1

    0下载:
  2. MATLAB在中值滤波改进算法中的应用,这里有一个关于自适应中值滤波的简单程序。-MATLAB in the median filter to improve the algorithm, there is an adaptive median filter on a simple procedure.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:478765
    • 提供者:awhzss
  1. TemplateTrans

    0下载:
  2. 图像平滑 中值滤波 梯度锐化 拉普拉斯锐化-Median filter image smoothing gradient Laplacian sharpening sharpening
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2189378
    • 提供者:dsfdsf
  1. vcmedien

    0下载:
  2. 数字图像处理中的中值滤波的VC++实现,用于数字图像图强,为后续的图像特征提取做准备-Digital image processing of the median filter in the VC++ to achieve, for digital images图强for follow-up to prepare for image feature extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3687180
    • 提供者:路丰
  1. chepaidingweixidong

    0下载:
  2. 1.采集到的车牌照图片使用的是24位RGB的BMP位图,即真彩图。需要将其转化为256级灰度图像。 2.将灰度图像转换成为二值图像。 3.去除噪声采用的方法:中值滤波、直方图均衡。 4.数学形态学的基本思想是用具有一定形态的结构元素去度量和提取图像中的对应形状以达到对图像分析和识别的目的。-1. Collection of vehicle license plate image using a 24-bit RGB bitmap in BMP, that is true color.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:4490647
    • 提供者:李国庆
  1. PP

    0下载:
  2. 是用VC实现对BMP图象的中值滤波程度,比较简单-VC is the realization of BMP images of the degree of median filter, is relatively simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:196188
    • 提供者:fbb
  1. medfilter

    0下载:
  2. 基于matlab对图像进行中值滤波处理处理,另外附有自己编写的两种中值滤波算法,同时也可以使用matlab自带的median函数-median filter for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1147
    • 提供者:liuyilong
  1. 123249313820075111324259022418

    0下载:
  2. matlab中值滤波,数字图像处理源代码-median filter matlab, digital image processing source code
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6093
    • 提供者:gzy
  1. medfilt3

    0下载:
  2. matlab数字图像处理中值滤波,希望对大家有帮助-matlab digital image processing, median filter, we would like to help
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:8435
    • 提供者:gzy
  1. Medianfiltertoachieve

    0下载:
  2. 实现中值滤波,在VC环境下的用行,任意大小的中值滤波。-Median filter to achieve in the circumstances of the use of VC firms, of any size median filter.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:578
    • 提供者:zzl
  1. midfilter

    0下载:
  2. 基于中值滤波的图像处理算法,基于嵌入式DSP开发的程序。-Median filter based on image processing algorithms, DSP-based embedded development process.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2386
    • 提供者:geyu
  1. medfilt_avefile_bijiao

    0下载:
  2. Matlab实现中值滤波与均值滤波的对椒盐噪声滤波的比较!-Matlab to achieve median filter and mean filter for noise filtering salt and pepper comparison!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1685
    • 提供者:许可
  1. TemplateTrans

    0下载:
  2. 利用VC++对图像进行增强处理,包括图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码-Using VC++ to enhance the image processing, including image smoothing, median filter, sharpening the gradient, Laplacian sharpening, pseudo-color coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2332417
    • 提供者:caiing
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com