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

搜索资源列表

  1. ExImage.rar

    0下载:
  2. 1. ExImage是在DIB类的基础上,扩展了一些基本图像处理功能,除图像格式库外,所有图像处理算法均为自主开发,各处理算法可单独使用。 2. ExImage主要功能包括:颜色增强、校正、配准、拼接、复原、融合、分析、压缩编码等。 关键词:彩色图像处理、自适应中值滤波、图像增强、几何校正、图像配准、图像拼接、图像融合、图像压缩。 ,ExImage Image processing toolkit
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:3064649
    • 提供者:dmzy
  1. bitplane

    0下载:
  2. bitplane.m 将灰度图像按位平面进行切割,切割为8个不同的图像,并显示。 erzhihua0 对灰度图像按迭代法求阈值,并进行图像分割。 imaverage 对多幅图像求平均以降低噪声。 imsoothmedian 用不同的模板对图像进行中值滤波。-Gray-scale image will be cut by the bit-plane, cut into eight different images, and displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:1338
    • 提供者:zhouhao
  1. MATLAB

    3下载:
  2. 基于matlab图像增强的比较及其理论分析 给定一张灰度图片,模拟加入高斯噪声、椒盐噪声等若干噪声,然后使用中值滤波、均值滤波等方法进行图像增强。 -The PS/2 device interface, used by many modern mice and keyboards, was developed by IBM and originally appeared in the IBM Technical Reference Manual. However, this docu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:613
    • 提供者:程依
  1. java_image_process

    1下载:
  2. java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等-java digital image processing, including image, median filtering, linear gray-scale changes, image smoothing, image blurring, image reduction, sharpening, to quantify the binary image, edge
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-05-18
    • 文件大小:1065804
    • 提供者:鸟人
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. ImageProcess

    0下载:
  2. 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:902902
    • 提供者:hongye
  1. MATLAB6

    0下载:
  2. Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Matlab environment, several digital image processing experiments, including the image gray level transformation, histogram equalization, histogram matching, neighborhood average, local
  3. 所属分类:File Formats

    • 发布日期:2017-05-17
    • 文件大小:5100168
    • 提供者:王宇歆
  1. median-filter

    0下载:
  2. 基于FPGA的图像中值滤波算法的优化及实现vhdl-中值滤波 利用VHDL语言实现三级流水线中值滤波-FPGA-based image filtering algorithm optimization and realization of vhdl-median filter using VHDL language three pipelined median filter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:670
    • 提供者:站长
  1. pinghua

    0下载:
  2. 本程序利用空间邻域平均法和中值,最大值以及最小值滤波法对一幅二值图像进行平滑操作,通过仿真可以比较不同算法之间的差别。-The program uses space neighborhood average and median, maximum and minimum filtering method for a binary image smoothing operation, the simulation can compare the differences between the di
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:162871
    • 提供者:胡锦龙
  1. pixel_proc

    1下载:
  2. matlab像素级图像处理,,显示处理结果,适合于图像处理入门。包括了一些基本的图像处理方法,如求反,均值滤波中值滤波,拉斯变换,还有一个结构光条纹中心求取程序。所有程序有一个gui界面,方便操作。-matlab pixel level image processing, display the results, suitable for image processing started. Includes some basic image processing methods, such as
  3. 所属分类:matlab

    • 发布日期:2016-10-04
    • 文件大小:194560
    • 提供者:jumping
  1. zhongzhilvbo

    0下载:
  2. 图像中值滤波VC++6.0实现。适合新手学习。-ip vc++
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:149416
    • 提供者:zhouzhou
  1. MATLABimageprocess1

    1下载:
  2. 实现对图像的基本处理,如:均值滤波、中值滤波、伪彩色处理。-To realize the basic image processing, such as: mean filtering, median filtering, pseudo-color processing.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:125754
    • 提供者:ghostlin
  1. 2107210017520071022238367591296

    0下载:
  2. vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:511686
    • 提供者:乔鹏飞
  1. MedianFilte

    0下载:
  2. 在图像中值滤波中包括两方面,一是滤波窗口的确定,二是滤波算法的实现。采用了VC编码来实现了中值滤波-Median filter in image includes two aspects, first, determine the filter window, and the other is the realization of filtering algorithm. VC coding used to achieve a median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:5168
    • 提供者:妮妮
  1. pciidenoise

    1下载:
  2. %通过耦合神经网络结合中值滤波实现图像的降噪源代码- Through the combination of coupled neural network filtering image noise source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:945
    • 提供者:xcc
  1. shuzituxiangchuli

    0下载:
  2. 包含了多种常用的数字图像处理方法的实现代码,图像镜像、平移、旋转、缩放,高斯滤波、拉普拉斯锐化、中值滤波、二值变换、阈值变换、傅立叶变换、离散余弦变换等-Contains a variety of commonly used digital image processing methods to achieve code, image mirroring, shifting, rotating, zooming, Gaussian filtering, Laplacian sharpening,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:189893
    • 提供者:吴学龙
  1. Image-Processing-Lab[1]

    0下载:
  2. C#实现图像中值滤波、自适应平滑、保守光滑处理的源码,供大家参考-C# realize image median filtering, adaptive smoothing, Conservative smoothing the source for your information
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1883032
    • 提供者:黄路遥
  1. image_inhancement

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

    • 发布日期:2017-03-24
    • 文件大小:22160
    • 提供者:panghuanzhi
  1. median1

    0下载:
  2. 基本的图像中值滤波程序,完成3x3的中值滤波运算-Basic image median filtering process, the completion of the 3x3 median filter operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:770
    • 提供者:zhaoqd
  1. MedianFilter

    0下载:
  2. 图像中值滤波,使得图像中的噪声得到抑制,特别是椒盐噪声。-Median Filter
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:3803461
    • 提供者:杨清跃
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com