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

搜索资源列表

  1. Image

    0下载:
  2. 基于VC的位图图像处理程序,可实现以下功能: 1.图象参数统计:最大值,最小值,均值,直方图; 2.对比度增强:直方图均衡; 3.图象平滑:中值滤波; 4.图象锐化: Sobel算子; 5.图像旋转:将图像旋转任意角度并显示; 6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:374760
    • 提供者:姚海涛
  1. jiazaoquzao

    1下载:
  2. 对图片实现加入各种噪声,并进行去噪,高斯噪声,椒盐噪声,均值中值滤波-Achieved by adding a variety of noise on the image and carry out de-noising
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:733092
    • 提供者:hanne
  1. RECOVER

    0下载:
  2. 比较反滤波和维纳滤波对一幅图像复原的效果。从两方面出发,一是对运动模糊和均值模糊复原的能力,二是抗噪能力,各种情况分别都进行了对比-Comparison of inverse filtering and Wiener filtering on an image restoration results. Proceed in two ways, first on the motion blur and the mean fuzzy recovery capability and noise imm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6997086
    • 提供者:tosh
  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. jingdian

    0下载:
  2. 图像处理中用于边缘检测 ,能够自动进行地图色彩,直方图均值化,线性滤波-Image processing for edge detection, be able to automatically map the color histogram of the mean, linear filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1169
    • 提供者:曹天蕊
  1. Adaptive_blind_watermark_algorithm

    1下载:
  2. 一种嵌入可读水印的自适应盲水印算法,  本文提出了一种基于DWT的嵌入可读水印的自适应盲水印算法,通过分析图像经离散小波变换后细 节子带系数的特性,把细节子带系数的均值和方差作为水印信息的一部分来自适应地修改图像小波分解后某些细节 子带的系数值,在满足水印不可感知性的条件下自适应地嵌入水印信息,实现了水印不可感知性和鲁棒性之间的折 衷. 同时,水印的提取无须求助于原图像,很好的实现了水印的盲检测. 这里的水印是一幅有实际意义的二值图像. 实 验结果和攻击测试表明,本文提出的算
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:138806
    • 提供者:wang
  1. suan

    0下载:
  2. 各种算法,包括均值算法,滤波处理,高斯变换等。-Various algorithms, including means algorithm, filter processing, such as Gaussian transform.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:3642
    • 提供者:耿晗
  1. filter

    0下载:
  2. 中值滤波和均值滤波源码,可以进行相关比较-Median filter and mean filter source, can be related to relatively
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3124697
    • 提供者:rong文
  1. restoration

    0下载:
  2. (1) 先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激函数为 ,将原始图像与冲激函数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的高斯随机噪声而得到一组待恢复的图像。分别用逆滤波和维纳滤波恢复模糊后的图像。-(1) The first be the original image (optional) produces the image to be restored (generated as follows: impulse function, the original
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:180512
    • 提供者:紫瓶
  1. shiyan

    0下载:
  2. 给出三组分别带有高斯噪声和salt&pepper噪声的图片,对他们进行直方图均衡化,然后分别用中值滤波器和均值滤波器对所有图片进行滤波,比较结果 -1. Given an original and its noised images. 2. Histogram Equalization with random additions 3. 3 by 3 median filter window (Calculate the median value among 9 values, an
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1441
    • 提供者:zhengyan
  1. mycar2

    0下载:
  2. 此代码是在matlab上实现车辆预测跟踪,根据c均值算法测出当前车辆中心,根据αβγ滤波预测下一状态的中心-This code is a matlab forecast track to achieve vehicle, according to c means algorithm to detect the current vehicle center, according to projections αβγ filter the center of the next state
  3. 所属分类:Graph program

    • 发布日期:2017-06-09
    • 文件大小:16660531
    • 提供者:杨卫成
  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:336328
    • 提供者:caoliang
  1. sar

    1下载:
  2. sar均值中值滤波,可以实现sar图像的初级滤波功能,是最简单的滤波器。-sar
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:549
    • 提供者:白小
  1. lvbo

    0下载:
  2. 一些各种滤波的程序,包括中值,均值,高斯滤波-Some of the various filtering procedures, including median, mean, Gaussian filter
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:3005
    • 提供者:
  1. noise

    0下载:
  2. 利用matlab 处理 加入高斯噪声的图像分别作均值、中值和维纳滤波-Adding Gaussian noise using matlab image processing were as mean, median and Wiener filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:617
    • 提供者:李俊
  1. ImageFiltering

    0下载:
  2. 图像滤波,高斯,均值,中值,滤波源代码 Image Filtering/dftfilt.m, Image Filtering/directinv.m, Image Filtering/gaussianLR.m, Image Filtering/medianfilt.m, Image Filtering/rgblaplacian.m, Image Filtering/rgbspatial.m, Image Filtering/spatial.m, Im
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:24316
    • 提供者:陈曦
  1. nol-local

    0下载:
  2. 一种有效的滤波算法,通过比较特定区域内的像素点的邻域均值来进行图像的去噪滤波。-An effective filtering algorithm, by comparing the particular pixel within the region to the neighborhood mean filter for image denoising.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:2175
    • 提供者:关小菊
  1. huidutuxiangchuli

    0下载:
  2. 本程序对灰度图像进行滤波,采用均值和中值滤波法-The program of the gray image is filtered, using the mean and median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:548
    • 提供者:wang
  1. tuxiangzengqiang

    0下载:
  2. 关于对图像进行中值、均值等滤波,以及自适应选择窗口大小,以获得更好的滤波效果;-The program is about the mean filter,media filter and so on
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:5200
    • 提供者:chengqingming
  1. mean_filter

    0下载:
  2. 均值滤波器。 对灰度图进行简单的滤波处理。 两个程序的滤波器模板在表达上不同,实质算法是一样的。 -mean filter. digital figure processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:63125
    • 提供者:孤竹
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 49 »
搜珍网 www.dssz.com