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

搜索资源列表

  1. ImageProcess

    0下载:
  2. VC++6编译环境,实现平滑,锐化,边缘增强,边缘提取(3种算法),边缘检测,中值滤波,频域变换(傅里叶分析FFT,离散余弦变换DCT)-VC++6 compiler environment, to achieve smooth, sharpen, edge enhancement, edge detection (three kinds of algorithm), edge detection, median filtering, frequency domain transform (Fo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6215324
    • 提供者:Myrrhy
  1. Medianfilter

    0下载:
  2. 视频图像中值滤波处理源程序,对视频卡捕捉的视频信号进行中值滤波。-Video image processing median filter source, video capture card in the video signal filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:172515
    • 提供者:秦琼
  1. im_smooth

    1下载:
  2. 本程序功能为图像平滑的实现,平滑方法包括中值滤波、均值滤波和高斯滤波算法。可直接下载运行。-The program features for the realization of image smoothing。 The smoothing methods include median filtering, average filtering and Gaussian filtering algorithm. This program can be run directly after down
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1390
    • 提供者:李鹏
  1. filter_wq

    0下载:
  2. 用Matlab实现中值滤波,均值滤波以及高斯滤波-Using Matlab to achieve median filter, mean filter and Gaussian filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1289
    • 提供者:zhangqunli
  1. filteringcollection

    0下载:
  2. Matlab图像滤波合集image filtering collection,包括:图像RGB空间滤波、维纳滤波、离散傅立叶变换、拉普拉斯滤波、中值滤波等等。-MATLAB image filtering collection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:24644
    • 提供者:youxia
  1. deiphiimageprocessing

    0下载:
  2. 用delphi对数字图像进行预处理,包括图像的灰度化,二值化,反色,中值滤波,高斯滤波,gabor变换,二值图像和灰度的腐蚀,膨胀,以及图像的sobel,prewitt,robert,kirsch,laplace,canny,marr边缘检测-Use delphi for digital image preprocessing, including image gray-oriented, thresholding, anti-color, median filtering, Gaussian
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-13
    • 文件大小:3565204
    • 提供者:小宝
  1. kongyupinghua

    0下载:
  2. 补充上次的空域滤波平滑法,这是模板滤波法和中值滤波法-Added the last spatial filter smoothing, which is the template filtering and median filtering method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:6529
    • 提供者:
  1. BmpProcess

    0下载:
  2. 图像处理软件,包括bmp文件的打开关闭保存,图像二值化,中值滤波、均值滤波、各种梯度算子、直方图均衡化、图像动态范围调整-Image processing software, including the opening and closing to save bmp file, image binarization, median filtering, average filtering, all kinds of gradient operator, histogram equalizatio
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3556487
    • 提供者:丁欢
  1. improcess

    0下载:
  2. 图像处理的一些基本方法,包括中值滤波,轮廓提取,模糊方法阈值计算,三次样条插值等方法-method of image
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:5214
    • 提供者:yangjing
  1. Image_Smoothing

    0下载:
  2. 所给程序中,先给出一副原始图像,在其中添加椒盐噪声,然后用几种方法进行平滑滤波,包括邻域均值法,邻域中值滤波和K邻域均值滤波,其中的K邻域均值滤波所选掩膜为3*3,K值取5,图片选用board.ti。-Given program, the first is given an original image, in which the added salt & pepper noise, and then use several methods of smoothing, including
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:136204
    • 提供者:hanyantao
  1. imageprocess

    0下载:
  2. 基于未改进中值滤波的图像随机噪声的滤除程序-Not improve the median filter based on images of random noise filtering procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:51012
    • 提供者:peter
  1. zhongzhihejunzhilvb

    0下载:
  2. 自己编写的关于图像的中值滤波和均值滤波,并进行了比较-Write your own on the image median filter and mean filter, and compared
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1487
    • 提供者:guopanfeng
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:10511
    • 提供者:qing
  1. plateVs2003

    1下载:
  2. 自已用Vs 2003开发的,车牌识别程序源码,很有用的,实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。 -Their own development with the VC, license plate re
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19981344
    • 提供者:liren
  1. matlab

    0下载:
  2. 对一会度图片加入高斯噪声和椒盐噪声,并进行中值滤波和均值滤波处理-Degree of a picture will be added Gaussian noise and salt and pepper noise and median filter and mean filter processing
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:399335
    • 提供者:李明
  1. wenjian

    0下载:
  2. 分析比对了均值滤波和中值滤波两种方法,对彩色图像滤波处理的优劣-Analysis compared the mean filter and median filter are two methods, the merits of color image filtering
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:204958
    • 提供者:linan08
  1. QRcode

    3下载:
  2. QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of th
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1319696
    • 提供者:ljj
  1. Filtering

    0下载:
  2. 时域滤波方法,频域滤波大全(包括中值滤波,均值滤波,理想低通,巴特沃斯低通 带通滤波器-Time-domain filtering, frequency domain filtering Daquan (including the median filter, mean filter, the ideal low-pass, Butterworth low-pass band-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4646
    • 提供者:zhangjiahui
  1. Matlab-image-add-noise-and-filtering

    0下载:
  2. Matlab图像增强实验源代码与图片展示,内有用matlab为图像增加椒盐噪声白噪声程序。再用平滑滤波与中值滤波对图像进行处理。-Matlab source code for image enhancement and image experiments show, the image in a useful increase in salt and pepper noise matlab white noise process. And then filtering and median fi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:218024
    • 提供者:shxdsg
  1. zhongzhi-matlab

    0下载:
  2. 这个程序是基于MATLAB的关于图象的中值滤波,计算图象的灰度值等-This program is based on MATLAB image median filter to calculate the gray value image, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4127
    • 提供者:songge
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com