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

搜索资源列表

  1. filtersTest-3.1-2007_10

    0下载:
  2. 图像处理经典滤波算法实现,包括中值滤波、卷积、Sobel、Canny、Pyramid、Hough变换、轮廓提取、直方图均衡化、小波变换等等可以试验算法效果,用着不错,分享下。-Image processing classical filtering algorithms, including the median filtering, convolution, Sobel, Canny, Pyramid, Hough transform, contour extraction, histogra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10849456
    • 提供者:wangwei
  1. xiaobobao

    0下载:
  2. 基于小波包变换的去噪处理 全局阈值去噪图像 对图像进行平滑处理以增强去噪效果(中值滤波)-Denoising based on wavelet packet transform global threshold denoising image smoothing image enhancement and denoising effect (median filtering)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:709
    • 提供者:lina
  1. filter

    0下载:
  2. 图像滤波算法,实现了中值滤波、均值滤波,频率域的高通滤波和低通滤波。-Image filtering algorithm to implement the median filter, mean filter, the frequency domain of the high-pass filter and low-pass filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:22681
    • 提供者:西西艾路
  1. median

    0下载:
  2. 中值滤波,采用3*3小方块,对RAM中的图像数据进行中值滤波后存入RAM中-Median filtering, 3* 3 box, and median filtering the image data in RAM into RAM
  3. 所属分类:Graph program

    • 发布日期:2017-06-20
    • 文件大小:33897487
    • 提供者:卢文娟
  1. pinghua

    0下载:
  2. 对粗曲线细化处理,对图像进行平滑去噪,中值滤波去噪,数学均值去噪。-Crude curve refinement processing, image denoising, the median filter denoising, mathematical mean denoising.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1302
    • 提供者:米小米
  1. image-inpainting

    1下载:
  2. 对图像进行修复,直方图均衡化处理,中值滤波和均值滤波-To repair the image, histogram equalization, median filtering and mean filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:644480
    • 提供者:
  1. bdc

    0下载:
  2. 用MFC编程实现方块编码,图片的读取,存储,中值滤波,是一个比较全的图像处理源程序。-use MFC realise bdc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3413438
    • 提供者:姜万宝
  1. edge-detection

    0下载:
  2. 对图像二值化处理,中值滤波,提取完整的边缘轮廓-Image binarization, median filtering, to extract the complete contour of the edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:517
    • 提供者:sandy
  1. zq

    0下载:
  2. 用脉冲耦合神经网络对灰度图像进行增强处理,其中结合中值滤波和维纳滤波-Grayscale images are enhanced using pulse coupled neural networks, which combined with median filtering and Wiener filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1516
    • 提供者:李元
  1. A-new-adaptive-median-filter

    0下载:
  2. 一种新的自适应中值滤波方法。将3 x3窗口中心的极值点作为候选噪声点,若候选噪声点仍然是7 x7窗口的极值点,则该点即是噪声点。若以噪声点为中心的3 x3滤波窗口的中值不是噪声,则噪声用中值替换。重复以上过程,直到没有噪声点被替换。如果图像中仍然存在人的噪声团块,则噪声用相邻的三个信号点的灰度均值替换。实验结果表明,该方法能够有效去除脉冲噪声,并在抑制噪声的同时很好地保护图像的细节。-A new adaptive median filter. The extreme points of the
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-25
    • 文件大小:715
    • 提供者:wujiangbo
  1. AdaptiveMediaFilter

    1下载:
  2. 自适应中值滤波,求中值函数. 对彩色图像在其二值图像域做中值滤波,以去除椒盐噪声-Adaptive median filter, find the value function
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:于晓菲
  1. zishiying

    0下载:
  2. 基于matlab的一种自适应中值滤波对图像进行去噪处理-Matlab an adaptive median filter for image denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1443529
    • 提供者:xxt
  1. a-series-of-programs

    0下载:
  2. 详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪 (§5.2.2) ch5_2_3: 中值滤
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:7753
    • 提供者:王小龙
  1. procedure

    0下载:
  2. 在毕业设计文件的文件夹中,主要介绍了在delphi中,利用各种不同的算法来实现建立在位图上的不同效果,其中主要介绍的有曝光、浮雕、马赛克、模糊、锐化、添加杂色、喷溅、霓虹、90度旋转、水平翻转、垂直翻转。另外还做了当步撤销和图像的缩放,还有简单的jpg,bmp的格式转换。 在chap1文件夹中,有关于图像格式转换,图像浏览器等的源程序。在chap2文件夹包括灰度直方图,二值化,对比度等的源程序。在chap3文件夹中,有关于几何变换的源程序。在chap4文件夹中,有关于通道,颜色调节,颜色混合
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-02
    • 文件大小:14647485
    • 提供者:谭学敏
  1. bcbcode

    0下载:
  2. bcb图像处理代码,实现打开保存,灰度化,中值滤波,微分等特性-the bcb image processing code, open the saved, and gray, median filtering, differential and other characteristics
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:4886
    • 提供者:李川
  1. shuzituxiangdezaoshenquchu

    0下载:
  2. 此程序为数字图像的去噪声程序。自定义中值滤波和均值滤波函数,来对图像进行平滑操作。-This program is a digital image to noise program. Self-definition of the median filter and mean filter function to the smooth operation of the image.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:143776
    • 提供者:rjm00
  1. medfilter2

    0下载:
  2. 利用滤波的方法在图像中进行阈值分割,包括中值滤波和高斯滤波-Using filtering method for in the image threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1532
    • 提供者:娄可
  1. 32432paper

    0下载:
  2. 噪声处理是数字图像处理中的重要环节。文中介绍了常见的图像噪声,讨论了均值滤波、中值滤波、维纳滤波三种用于图像去噪的典型算法,并进行了分析比较,最后得出了三种方法各自的适用性特点。-The noise processing is an important part of the digital image processing. This paper introduces the common image noise, to discuss the mean filtering, median f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:90183
    • 提供者:王的
  1. middle

    0下载:
  2. 图像的中值滤波程序。也可以用来作为图像滤波的模板-Image median filtering process. Can also be used as a template image filtering
  3. 所属分类:Development Research

    • 发布日期:2017-03-31
    • 文件大小:1902
    • 提供者:贺明
  1. jjava_image_pa

    0下载:
  2. java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等 -java processing digital images, including mirroring, median filtering, linear grayscale change images like smooth, fuzzy images, image reduction, sharpening, quantify, binarization imag
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:1069103
    • 提供者:edible
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com