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

搜索资源列表

  1. whu_7-115-14828-7_2006_1

    0下载:
  2. 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡. -30 image processing VC++ source code, incl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:647356
    • 提供者:sunhaibin
  1. matlab3

    0下载:
  2. 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波和图像的自适应魏纳滤波-Using MATLAB functions filter2 in the noise of the images by means of adaptive filtering and Weiner filtering the image
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:731
    • 提供者:米线
  1. homework1

    0下载:
  2. 实现图像中值滤波、均值滤波等图像处理功能-Median filtering of image processing functions such as image
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:232192
    • 提供者:cdc
  1. a-new-method-foe-picture

    0下载:
  2. 均值滤波的改进方法,超像素阀值滤波,很有用的方法,有助于改进均值滤波对边缘的破坏-Improved method of the mean filter, ultra filter pixel threshold, useful way to help improve the average filtering on the edge of destruction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:787674
    • 提供者:李雪林
  1. averfilter

    0下载:
  2. 用CVI写的图像均值滤波小程序,能运行!-Written with the CVI image mean filtering small program that can run!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:68715
    • 提供者:高忠林
  1. image_filter

    0下载:
  2. 对噪声图像(噪声方式为椒盐噪声和高斯噪声)进行滤波。滤波方式分别为均值滤波和中值滤波。-The programme is to filter different kind of noised images in different ways.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:397825
    • 提供者:shirly
  1. XINNIAN

    0下载:
  2. 输入一个图像,对其进行边缘检测,灰度处理,自适应滤波,自适应边缘检测,中值滤波,加权中值滤波,均值滤波,加高斯噪声等处理-Enter an image, its edge detection, grayscale processing, adaptive filtering, adaptive edge detection, median filtering, the weighted median filter, mean filter, plus Gaussian noise process
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5159292
    • 提供者:刘易
  1. average_filter

    0下载:
  2. 对图像的像素点进行均值滤波,去相邻9个像素点的均值-average filter for pixel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:881
    • 提供者:胡子帆
  1. image-processing-algorithm

    0下载:
  2. 几种常用的图像处理算法:高斯平滑,二值化变换,离散余弦变换,均值滤波,傅里叶变换-Several kinds of commonly used image processing algorithms: Gauss smooth, two values of transformation, discrete cosine transform, mean filtering, fft....
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1260141
    • 提供者:sillan
  1. image

    0下载:
  2. 绘制图像直方图、图像边缘检测、中值滤波、均值滤波的Matlab代码,注释详细,方便初学者学习图像处理的基本方法-Draw the image histogram, image edge detection, median filtering, mean filtering Matlab code, comments, detailed, easy for beginners to learn the basic methods of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2034940
    • 提供者:Rebecca
  1. mean-filter

    0下载:
  2. visual c++数字图像处理典型算法及实现(均值滤波)-visual c++ digital image processing algorithms and implementation of a typical (mean filter)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:125456
    • 提供者:jingkanliushui
  1. Basic-knowledge-of-image-processing1

    0下载:
  2. 本程序包含图像处理中的一些基本东西,比如:阈值变换,图像镜像,均值滤波,梯度锐化,中值滤波-This program contains some basic image processing things, such as: threshold transform, image mirroring, mean filtering, gradient sharpening, median filtering, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6935491
    • 提供者:braveahmat
  1. Digital-Image-Processing

    0下载:
  2. 集合了图像的几何变换、傅里叶变换、直方图均衡、均值滤波等27个基础的处理方法-A collection of 27 basic digital image processing methods including geometric transformation, Fourier transform, histogram equalization, mean filter and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-06-22
    • 文件大小:41141248
    • 提供者:蔡宇文
  1. medianFilter0918

    0下载:
  2. 本程序实现灰度图像的均值滤波,均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个象素,构成一个滤波模板,即去掉目标象素本身)。再用模板中的全体像素的平均值来代替原来像素值。 -This program the gray-scale image of the mean filter, mean filter is a typical linear filtering algorithm, it is on the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7947213
    • 提供者:wangjing
  1. cPPdigitalimage-process--

    0下载:
  2. 数字图像处理VC++编程,例如均值滤波,边缘提取等,适合遥感、测绘、资环、计算机等专业。-digital image processing C++ programming,such as filtering, edge extraction, suitable for remote sensing, mapping, resources and environment, and other professional computer.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:30925824
    • 提供者:夏悠然
  1. Mean-filter

    0下载:
  2. 本代码实现了对图像进行均值滤波处理,从而去除图像的噪声。-This code realized mean filtering processing for the image to remove the noise of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2921086
    • 提供者:王林
  1. fileter

    0下载:
  2. 三种简单的图像滤波 均值滤波 中值滤波 和winner滤波-image filter
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1256
    • 提供者:宋科
  1. junzhizhongzhi

    1下载:
  2. 关于图像的均值滤波算法,matlab实现,算法简单有-Image mean filtering algorithm, the Matlab implementation, the algorithm is simple
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-24
    • 文件大小:664
    • 提供者:赵国栋
  1. MeanFilter-opencv

    0下载:
  2. 基于openCV的图像均值滤波去噪程序,使用VC6.0进行实现-Based on the openCV image mean filtering denoising procedures, using VC6.0 to achieve
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1082994
    • 提供者:
  1. KNNjunzhilvbo-opencv

    0下载:
  2. 基于openCV的KNN均值滤波去噪程序,使用VC6.0进行实现-Based on the openCV KNN mean filtering denoising procedures, using VC6.0 to achieve
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1085013
    • 提供者:
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 49 »
搜珍网 www.dssz.com