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

搜索资源列表

  1. 数字图像处理alpha版

    6下载:
  2. 本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波器) 5.形态学(膨胀,腐蚀,开,闭运算,边缘提取) 6.图
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3416061
    • 提供者:王晗
  1. 中值滤波

    0下载:
  2. 对BMP图像进行中值滤波-median filter for bmp image
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:9030
    • 提供者:高强
  1. AdpMedianFilter

    0下载:
  2. 自适应中值滤波器,适用对象:椒盐噪声污染。-ADP Median Filter, suited for Salt&Pepper
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4953227
    • 提供者:王流
  1. 中值滤波的源程序

    0下载:
  2. 中值滤波是图像增强常用的方法。程序中参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-Median Filtering is the common method of Image-enhancing.In the application ,the parameter \"Hori\" is a BOOL variable,which is TRUE for the operation of Horizon Median Filter or FALSE for the V
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:doctorsuo
  1. VC去除椒盐噪声

    2下载:
  2. 一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错-a noise image-processing program, using a median filter, the effect is very good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:140133
    • 提供者:林志泉
  1. 2189414139200591717859627843

    0下载:
  2. 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:311411
    • 提供者:例为
  1. 数字图象处理算法的演示

    0下载:
  2. 数字图象处理算法的演示, • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 &
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:285863
    • 提供者:王晶
  1. MedianBlu1r

    0下载:
  2. 中值滤波,向世明图书自带位图处理程序-median filter to the World Book prescribed own bitmap processing.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:474712
    • 提供者:网中一剑
  1. 图象处理中值滤波

    1下载:
  2. 数字图像处理上常用的中值滤波处理源代码,可以参照一下-digital image processing used on the median filter processing source code can refer to the
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:140593
    • 提供者:yshx
  1. zhongzhilvbo

    0下载:
  2. 图象柔化化的一种,中值滤波,能很快速的实现图象的柔化,图象的边缘保持不变.-image of a soft, the median filter can achieve very rapid images of soft, the edges in the image remains unchanged.
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:324937
    • 提供者:官宇飞
  1. ImageLab

    0下载:
  2. 本系统可以完成数字图像的离散傅立叶变换频谱图,中值滤波,腐蚀,膨胀,图像增强,二值化以及二值图像中物体的计数-the system can complete digital images of discrete Fourier transform spectrum, the median filter, corrosion, expansion, image enhancement, two and two binary value objects in the image count
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:405983
    • 提供者:何芳
  1. advanceCimage4

    0下载:
  2. 很多高级一点的图形图像处理程序,利用LoG边缘算子法对图像进行边缘提取,均值滤波处理(图像复原),中值滤波处理(图像复原),基于C++开发,希望大家能用得着(--)-1:00 graphics image processing procedure, and use Getting Edge Operator law right image edge extraction, mean filter (Image Restoration), the median filter processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:孙怀勇
  1. plateloc

    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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:728921
    • 提供者:发过
  1. edge_erode

    0下载:
  2. 采用%中值滤波%otsu 自动阈值计算%图像二值化%采用腐蚀的方法进行边缘检测-using median filter%% Otsu automatic threshold calculation% image binarization% of the corrosion methods Edge Detection
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1448
    • 提供者:陈旭
  1. GraphicFiltering

    0下载:
  2. 其功能是实现对原来含有噪音等的图象经中值滤波后还原其初始面目.其中含有原始被干扰的图象后还原后的图象以及C代码-its function is to contain the original image noise by the median filter after its initial reduction features. Containing the original before they were jamming the image after image of the reduc
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:139918
    • 提供者:梁剑
  1. dip2

    2下载:
  2. 基于信息融合的图像边缘检测方法研究,⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。-Edge detection method, 1 histogram equalization (histogram equalization). 2 histogram matchi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:977
    • 提供者:杨合
  1. STMedianFilter

    0下载:
  2. STMedianFilter is a spatial/temporal median filter for for Avisynth. It now filters both luma and chroma but chroma filtering is somewhat more limited. Try it-STMedianFilter is a spatial / temporal med ian filter for for Avisynth. It now filters bo
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:59963
    • 提供者:yuhjay
  1. Non-Local Means Filter

    1下载:
  2. 能够实现图像的预处理也就是去噪处理,比中值滤波、均值滤波效果都要好。(Can achieve the image preprocessing is denoising, than the median filter, mean filtering effect is better.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:10931200
    • 提供者:张丫丫yes
  1. median

    0下载:
  2. Median Filtering on noisy images in MATLAB
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:145408
    • 提供者:zahrakh
  1. TP3 Filtres lineaire median nagao

    0下载:
  2. TP3 Filtres lineaire median nagao
  3. 所属分类:OpenGL

    • 发布日期:2018-04-29
    • 文件大小:331776
    • 提供者:salmen
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com