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

搜索资源列表

  1. ImageProcessing_

    0下载:
  2. JAVA程序训练实验。建立10*10的随机灰度值图像,利用均值滤波算法进行滤波,并在控制台中输出。-Create a random image of 10*10 pixels and print it out. Then filter the image by using average filter algorithm which makes a new image of 8*8 pixels because the brim elements cannot be filtered due t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1005
    • 提供者:cher
  1. avefilt

    0下载:
  2. matlab 自己编写的均值滤波 适合图象处理-I have written matlab mean filter for image processing
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:513
    • 提供者:wanghai
  1. junzhi

    0下载:
  2. 中值滤波和均值滤波,希望对大家有点帮助了呵呵,我也是在研究中.-Median filter and mean filter, we want to help a bit Oh, I am also in the study.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1459
    • 提供者:谢光耀
  1. Sources

    0下载:
  2. // (1)ADCInit:A/D转换初始化 * // (2)ADCvalue:获取1路A/D转换结果 * // (3)ADCmid:获取中值滤波后的A/D转换结果 * // (4)ADCave:获取均值滤波后的A/D转换结果 -//(1) ADCInit: A/D converter initialization*// (2) ADCvalue: 1 way to get A/D conversion result*// (3) ADCmid: Get the value of t
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:25284
    • 提供者:luopingbo
  1. CODE

    0下载:
  2. 数字图像处理的常用算法总结,比如,直方图,直方图均衡化,均值滤波,中值滤波,平滑滤波等。-Commonly used digital image processing algorithms summarized, for example, histogram, histogram equalization, mean filtering, median filtering, filtering and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1246772
    • 提供者:liaoxingwei
  1. xiaozao

    0下载:
  2. 对数码图像进行消噪处理,采用均值滤波、中值滤波等方法-The digital image denoising, using mean filtering, median filtering and other methods
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:534
    • 提供者:涵逸
  1. avefilt-midfilt

    0下载:
  2. 数字图像处理 均值滤波,中值滤波,可在MATLAB 环境下对二维图像进行均值滤波和中值滤波的函数-digital signal processing average filter; digital signal processing middle filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1029
    • 提供者:shuiqiquan
  1. Feature-tracking

    0下载:
  2. 根据摄像机透视投影模型, 通过提取特征点进行摄像机的运动估计, 提出一种基于FMA的补偿方法Z该方法针对图像连续帧间晃动幅度较大的情况, 通过均值滤波合成当前帧及其前几帧的运 动进行补偿。-A mo t ion model is p resen ted to est im ate the mo t ion param eters fo r im age stab ilizat ion by t rack ing featu re po in t s f rom con secu t iv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:300848
    • 提供者:尹钊
  1. exp3_1

    0下载:
  2. 在VC6.0中利用OpenCV实现任何格式图像的指定概率椒盐噪声添加和均值滤波、带阈值的中值滤波-VC6.0 using OpenCV in any format images to achieve a specified probability and the mean filter add salt and pepper noise with median filter threshold
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1456651
    • 提供者:范文
  1. Gaussian-filter

    0下载:
  2. MatLab自编的均值滤波、中值滤波、高斯滤波 图像处理函数。-MatLab self mean filtering, median filtering, Gaussian filtering image processing functions.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4088
    • 提供者:zhangyudie
  1. sc10002074

    0下载:
  2. 空域图像增强,使得图像边缘尖锐化,使用了维纳滤波、均值滤波、中值滤波等-Spatial image enhancement, making the edges sharp, and the use of the Wiener filter, mean filter, median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3965493
    • 提供者:黄阳
  1. matlab-fliter

    1下载:
  2. 用 matlab实现均值滤波去高斯白噪声 用 matlab实现中值滤波去噪声 用理想低通滤波器在频率域实现低通滤波-Mean filter with matlab to implement Gaussian white noise with median filter matlab to achieve the ideal low-pass filter with the noise in the frequency domain low pass filter
  3. 所属分类:matlab例程

    • 发布日期:2017-03-03
    • 文件大小:1403
    • 提供者:lizhi
  1. experiments

    2下载:
  2. 上课的课程:数字图像处理,同Labwindows/CVI实现的多个小程序,分别有:多种函数曲线的生成、多种函数曲线的生成并显示极值、二值图像的边缘追踪、二值图像的形态学处理、根据直方图选择阈值、灰度变换、均值滤波、粒子图像分析、图像的边缘检测、正弦曲线生成、直方图均衡化、直方图显示、中值滤波、自动计算阈值。-Class courses: digital image processing, Labwindows/CVI realize with multiple small program, a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1119166
    • 提供者:hkhaha
  1. aaa

    0下载:
  2. 用matlab对图形进行中值滤波和均值滤波-Graphics with matlab on the median filter and mean filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:481156
    • 提供者:marry
  1. test1

    0下载:
  2. 基于LabWindow/CVI的均值滤波程序-Based LabWindow/CVI mean filtering process
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:68711
    • 提供者:陈政
  1. photo

    0下载:
  2. 图像预处理,内含均值滤波,中值滤波,二值化,边缘检测等-Image preprocessing, containing mean filtering, median filtering, thresholding, edge detection, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:79915
    • 提供者:zhouxin
  1. Demo_2

    0下载:
  2. 源代码包含,直方图均衡处理,中值滤波处理,均值滤波处理,和Huffman图像编码的功能。-The source code contains, histogram equalization, median filtering, average filtering processing, and Huffman image Encoding functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:44943
    • 提供者:谢帆
  1. MATLAB

    0下载:
  2. matlab 冈萨雷斯数字图像处理 中值 均值 滤波-digital image processing matlab Gonzalez median average filtering
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1819485
    • 提供者:陈仔细
  1. junzhi

    0下载:
  2. 本代码实现图像的均值滤波。经过调试,无错误,可以顺利使用。对于学习图像处理有较好的帮助。-The mean filtering the image code. After debugging, error-free, can be successfully used. Better for learning with the help of image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:127863
    • 提供者:grui
  1. digital_image_2

    0下载:
  2. 对图像直方图均衡化,均值滤波中值滤波并观察处理后的结果。-image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1155
    • 提供者:haibyang
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 49 »
搜珍网 www.dssz.com