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

搜索资源列表

  1. Fast-median-filtering-algorithm

    0下载:
  2. 中值滤波的基本原理是把数字图像或数字序列中一点的值用该点的一个邻域中各点值的中值代替,让周围的像素值接近的真实值,从而消除孤立的噪声点。-The basic principles of the median filter is the value of digital image or sequence of numbers in a neighborhood of the point value of the median instead, so that the surrounding pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:10294
    • 提供者:kristena
  1. image-processing

    0下载:
  2. VB做的图像处理,包括灰度变换、中值滤波、平滑处理、图像锐化-Image processing including gray level ,median filtering ,smoothing,image Sharpening and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12484006
    • 提供者:张春雨
  1. Image-enhancement

    0下载:
  2. 利用visual c++编程实现了中值滤波、局部平均平滑和频域滤波技术。可以自定义模板,实现图像的平滑。-Use visual c++ programming realized the median filtering, local average smooth and frequency domain filtering technology. You can use custom templates, realizing the image smooth.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2197445
    • 提供者:仇小伟
  1. Image-processing-source

    0下载:
  2. 图像的一般处理如缩放、平移、旋转和中值滤波。-The image processing such as general scaling, translation, rotation and median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15094440
    • 提供者:石中华
  1. Matlab-image-filiter

    0下载:
  2. 用中值滤波,多维滤波,使用中心为-4,-8的拉普拉斯滤波器,高斯低通滤波,拉普拉斯滤波器进行滤波处理-Center of median filtering, multi-dimensional filtering,-4,-8 Laplace filter, the Gaussian low-pass filter, Laplacian filter to filter the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1464
    • 提供者:wp
  1. DIP-MATLAB

    0下载:
  2. matlab实现数字图像处理,实现图像的中值滤波、平滑处理和边缘提取。文件里有相应的数学公式、matlab程序和仿真结果。-MATLAB digital image processing to achieve image median filtering、smoothing process and edge detection. There are mathematical formulas, procedures, and the simulation diagram in the file.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:245682
    • 提供者:鲍慊
  1. Digital-image-processing(1)

    0下载:
  2. 数字图像处理中利用matlab完成图像的傅里叶变换、放大、直方图变换、中值滤波、小波变换基本功能-Digital image processing complete use of matlab image of Fourier transformation, amplification, histogram transform, median filtering, wavelet transform basic functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5880030
    • 提供者:yutian
  1. jishu

    0下载:
  2. 关键技术有图像数据读取、图像的中值滤波、灰度化、梯度的获取、特征区域的确定等-The key technology to read image data, image median filtering, gray gradient to obtain the characteristics of the region
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:6812435
    • 提供者:chuck danglars
  1. untitled

    0下载:
  2. 图像增强:空域增强;灰度直方图;平滑滤波器和锐化滤波器的使用;图像中值滤波增强的使用;低通滤波器和高通滤波器的使用 -Image Enhancement: Enhanced airspace gray histogram use of the smoothing filter and sharpening filter the use of the enhanced image median filtering the use of low-pass filter and high-
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:283337
    • 提供者:liuzhen
  1. median

    0下载:
  2. 中值滤波,采用3*3小方块,对RAM中的图像数据进行中值滤波后存入RAM中-Median filtering, 3* 3 box, and median filtering the image data in RAM into RAM
  3. 所属分类:Graph program

    • 发布日期:2017-06-20
    • 文件大小:33897487
    • 提供者:卢文娟
  1. image-inpainting

    1下载:
  2. 对图像进行修复,直方图均衡化处理,中值滤波和均值滤波-To repair the image, histogram equalization, median filtering and mean filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:644480
    • 提供者:
  1. bmp-process

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

    • 发布日期:2017-03-29
    • 文件大小:460723
    • 提供者:wanglx
  1. middle

    0下载:
  2. 图像的中值滤波程序。也可以用来作为图像滤波的模板-Image median filtering process. Can also be used as a template image filtering
  3. 所属分类:Development Research

    • 发布日期:2017-03-31
    • 文件大小:1902
    • 提供者:贺明
  1. Fmedian_filtea

    0下载:
  2. 采用快速中指滤波算法实现图像的中值滤波,使用VHHDL语言ISE环境 ,经测试 -The fast middle finger filtering algorithm for image median filtering, ISE environment to use VHHDL Language, tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:12204
    • 提供者:zhou
  1. VCPP-image-processing

    0下载:
  2. VC++写的图像处理程序,有直方图,中值滤波,形态学变换,频域滤波等,适合图像处理专业人员-Image processing program VC++ write, histogram, median filtering, morphological transformation, frequency domain filtering, etc., suitable for image processing professionals
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:7221664
    • 提供者:刘星宇
  1. HistDemoA

    0下载:
  2. 用c++完成直方图均衡化图像增强功能,及图像的均值滤波、中值滤波-Completed histogram equalization of image enhancement the mean filtering function, and image, median filtering with c++
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:4109998
    • 提供者:hubiying
  1. Digital-image-processing-procedures

    0下载:
  2. 数字图像处理程序 能够处理BMP图像,包括图像的格式转换,局部处理,中值滤波,几何变换,模板匹配等等。-Digital image processing program can handle BMP image, including image format conversion, local processing, median filtering, geometric transformations, template matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:4956119
    • 提供者:吴程序
  1. MedianFilter

    0下载:
  2. 把彩色图像转换成灰度图像进行中值滤波 对彩色图像添加高斯噪声,然后对其进行中值滤波处理,得到图像与原图进行对比,实现中值滤波功能。-Converting the color image into a gray-scale image median filtering Gaussian noise added to the color image, then subjected to a median filtering process, to obtain an image with the
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:540
    • 提供者:
  1. image-processing-shili

    0下载:
  2. 该程序是几个基于vc++的数字图像处理中实例,可以对图像进行去噪、中值滤波等操作。-The program is a few examples, based on digital image processing in vc++ image de-noising, the median filtering operation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:5811731
    • 提供者:zhuzhiling
  1. 06

    0下载:
  2. 对图像进行中值滤波,平滑滤波,伪彩色编码等图像处理。-The image median filtering, smoothing filter, pseudo color coding image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:2521609
    • 提供者:陈耀武
« 1 2 3 4 5 67 8 9 10 11 ... 38 »
搜珍网 www.dssz.com