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

搜索资源列表

  1. DigitalImageSmoothingAlgorithm

    0下载:
  2. 图像平滑处理的方法多种多样,有邻域平均、 空间低通滤波、多图像平均、中值滤波、改进的梯度倒数加权法等几种现有的空域,以及须域图像平滑葬法等。-Image Smoothing variety of treatment methods, there is an average neighborhood, spatial low-pass filtering, multi-image average, median filtering, to improve the gradient of the
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:209859
    • 提供者:Alex
  1. chi

    0下载:
  2. 图像几何变换,图像正交变换,图像灰度变换,图像增强:包括随机噪声、傅立叶变换、中值滤波、高斯滤波; ·色彩变换:包括彩色->灰度、反色处理、亮度调整、直方图均衡化。专业人士编写-Image geometric transformation, image orthogonal transform, the image gray-scale transformation, image enhancement: including random noise, Fourier transform,
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6279078
    • 提供者:duyaqin
  1. zhongzhilvbo

    0下载:
  2. 应用C++Builder编写图像处理中的中值滤波程序-Application of C++ Builder to prepare image processing median filter program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:437820
    • 提供者:trobert
  1. fingerprintverify

    0下载:
  2. 这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配等等…… -This is a C++ language implementation with a fingerprint identification procedure that requires the FVC meet international com
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2215236
    • 提供者:武子
  1. tx

    0下载:
  2. 图像去噪程序几种去噪方法:二维中值滤波,顺序统计滤波,维纳滤波,维纳滤波不适合消除椒盐噪声-image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:534
    • 提供者:王秀菲
  1. averagefiltering

    0下载:
  2. 图像处理-中值滤波matlab实现,用matlab语言实现, 程序已经测试可用-image processing-average filtering using matlab language, it has been tested by matlab.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:2299
    • 提供者:thomas
  1. VCchepaidw

    0下载:
  2. 就可以实现精确的车牌定位 真彩色->256色灰度图。 .预处理:中值滤波。 二值化 削弱背景干扰。 用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索: 区域裁剪,截取车牌图像-The license plate on the positioning accuracy can be a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2741725
    • 提供者:qszchew
  1. Digitalimageprocessingexamplesofafewprograms

    0下载:
  2. 文件名称: 数字图像处理的几个程序例子.r下载 所属分类: 图形图象 开发工具: VC 文件大小: 3484 KB 上传时间: 2005-7-31 下载次数: 1 提 供 者: 李玲 详细介绍: 这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。 -File Name: Digital image processing examples of a few programs.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 用VC实现了图像的中值滤波处理功能,大家可以看看。-VC achieved using median filter image processing functions, we can look at.
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:5885686
    • 提供者:许恒
  1. zhongzhi

    0下载:
  2. 中值滤波 原图像画面清晰,添加了椒盐噪声以后图像上出现了明显噪声,经不同模板的中值滤波处理后图像上的噪声被虑去,但使得图像变得模糊,并且,使用的模板越大,去噪声效果越好,同时图像也越模糊。滤波效果明显优于平滑滤波。 -Median filtering the original image, a clear picture of the Salt and pepper noise added after the image there is a clear noise, and by
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:179781
    • 提供者:yryryr
  1. TemplateTrans

    0下载:
  2. 主要是图像增强,包括图像线性变换和中值滤波等-Is mainly image enhancement, including image linear transform and median filtering
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:116189
    • 提供者:王峰
  1. BitmapProcess

    0下载:
  2. 对bitmap格式图片进行中值滤波的一个演示程序,使用C语言编程,适合初学者理解图像处理的基本原理和方法。注意,图片格式限制为8位灰度照片。-Bitmap format pictures of the median filter of a demo program, use the C programming language, suitable for beginners to understand the basic principles of image processing, and m
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3593
    • 提供者:韬光养晦
  1. ImagingSmoothProcessor

    0下载:
  2. 图像的平滑处理 包括图像的二至化 均值滤波 中值滤波-Images including images of the two smoothing of the mean filter to the median filter, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2094555
    • 提供者:shimanli
  1. median

    0下载:
  2. 中值滤波的实现,该代码使用的是verilog 语言 module median(clk,reset,load,din,mult,dout,over,a3,b3,c3,a2,b2,c2,a1,b1,c1)-Median filter implementation, the code using verilog language module median (clk, reset, load, din, mult, dout, over, a3, b3, c3, a2, b2, c2, a1,
  3. 所属分类:Project Design

    • 发布日期:2015-07-05
    • 文件大小:2305
    • 提供者:刘文英
  1. car

    0下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:727608
    • 提供者:ziyousecai
  1. xinjiajiamid_value

    0下载:
  2. 成功的中值滤波C语言程序在C2000\C6000运行成功-Successful median filter C language program
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:57106
    • 提供者:辛佳佳
  1. vehiclehsv

    0下载:
  2. 能够对大部分的车牌进行定位,和识别 .包括数字图像处理的 均衡化,灰度化,中值滤波,平滑处理,各种边缘检测算法,还有四种二值化方法 。-Be able to locate most of the plates, and identification. Including digital image processing equalization, graying, median filtering, smoothing, various edge detection algorithms, th
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1697735
    • 提供者:arechi
  1. TemplateTrans

    0下载:
  2. 图像增强源码(平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色增强) c-Image enhancement source (smoothing, median filtering, sharpening the gradient, Laplacian sharpening, pseudo-color enhancement) c++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2194091
    • 提供者:shanshan
  1. 19

    0下载:
  2. 中值滤波,算法简单实用,大家可以参考学习,-Median filter, the algorithm is simple and practical, we can refer to the study,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:149441
    • 提供者:李佳
  1. hmf

    0下载:
  2. 对一个二位图像或RGB图像做混合中值滤波-HMF performs hybrid median filtering of a 2-D array or an RGB image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2765
    • 提供者:水林声
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com