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

搜索资源列表

  1. 图像中值滤波处理源代码

    4下载:
  2. C语言编写的程序,可以对图象进行中值滤波处理,效果不错,联系方式: QQ76947175-c program which can execute medeaval filter.good performance,contact with QQ76947175.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:832
    • 提供者:刘强
  1. VC++中值滤波

    0下载:
  2. 数字图像中值滤波:数字图像处理常用算法,具体内容见Readme【《VisualC++/Matlab图像处理与识别案例精选》】。-digital image filtering : digital image processing algorithms used, the specific content [see readme "Visual C + + / Matlab image processing and recognition of selected cases"
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:139948
    • 提供者:陈咚
  1. 数字图像处理直方图均衡化,中值滤波,均值滤波

    0下载:
  2. 数字图像处理 MFC实现直方图均衡化,中值滤波,均值滤波
  3. 所属分类:源码下载

    • 发布日期:2011-05-18
    • 文件大小:1917553
    • 提供者:kimi333
  1. 中值滤波代码和测试图片

    0下载:
  2. 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
  3. 所属分类:源码下载

    • 发布日期:2012-03-11
    • 文件大小:149391
    • 提供者:mgmafia
  1. 中值滤波代码和测试图片

    0下载:
  2. 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
  3. 所属分类:源码下载

    • 发布日期:2012-03-11
    • 文件大小:149391
    • 提供者:mgmafia
  1. 中值滤波器 采用的是对二维图像

    0下载:
  2. 中值滤波器 采用的是对二维图像,进行两次一维中值滤波,算法简单且易实现,Median filter is used in two-dimensional images, for two one-dimensional median filtering algorithm is simple and easy to achieve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:925
    • 提供者:liuminsheng
  1. median.rar

    0下载:
  2. 图像中值滤波程序,工作环境是IDL平台,程序读取png格式图像并进行中值滤波,Image median filtering process, the working environment are IDL platform, the program read png format images and median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1326136
    • 提供者:zhaoqd
  1. zhongzhilvbo

    0下载:
  2. 在VC++6.0开发环境下,图像中值滤波的源码实现,编译即可运行~-In VC++6.0 development environment, the source image median filter implementation, the compiler can be run ~
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2965540
    • 提供者:chen
  1. MedFilter

    0下载:
  2. 利用C++编写图像中值滤波程序,主要完成基本的中值滤波操作,其他模版容易跟据现有程序增加或改进-The use of C++ to prepare the image median filtering procedure, mainly to complete the basic median filter operation, other templates easily to add for modification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1516
    • 提供者:zhaocf
  1. median_filter

    0下载:
  2. 实现图像中值滤波的VerilogHDL源代码-Median_filter VerilogHDL Code
  3. 所属分类:Special Effects

    • 发布日期:2015-07-05
    • 文件大小:1901825
    • 提供者:qinyingzi
  1. tuxiangshiyan

    0下载:
  2. 图像中值滤波的改进算法 频域中的图像去噪算法 matlab实验-matlab experiments
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:57389
    • 提供者:屋檐下的雨
  1. 09_05_14

    0下载:
  2. VC++编写的实现图像中值滤波与灰度阈值变换的程序-VC++ to prepare the realization of image filtering and gray-scale transformation process threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3933106
    • 提供者:sa
  1. noisereduction

    0下载:
  2. matlab 图像中值滤波去噪(高斯噪声和椒盐噪声)-noisereduction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:792694
    • 提供者:xiayaodong
  1. MedianImage

    0下载:
  2. 用Java Application实现对图像中值滤波-Java Application with the realization of the image median filtering
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:61261
    • 提供者:小菜
  1. Median_Filtering

    0下载:
  2. 图像中值滤波。读入256色BMP图像并对其进行中值滤波。-Image median filtering. Read a 256-color BMP image and do median filtering to it.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:84372
    • 提供者:张良杰
  1. 中值滤波

    0下载:
  2. 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:楚子航
  1. 中值滤波

    0下载:
  2. 对图像中值滤波,选择清晰的图像,叠加椒盐噪声,然后去噪(The image median filtering, denoising and superposition of the salt and pepper noise.)
  3. 所属分类:其他

  1. median_filter

    0下载:
  2. 这个verilog程序实现了图像中值滤波,处理实时性很强,有兴趣的可以参考(This Verilog program implements the median filter in the image, the processing is very real, and the interest can be referred to)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1950720
    • 提供者:zengang
  1. 1中值滤波

    1下载:
  2. 中值滤波——《MATLAB数字图像处理——从仿真到C/C++代码的自动生成》(Median filter - MATLAB digital image processing - automatic generation from simulation to C/C++ code)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:15360
    • 提供者:StevenWang
  1. 中值滤波

    1下载:
  2. 读取RGB图像,并对读取到的RGB图像进行总值滤波处理,显示对比(Read the RGB image, and read the total number of filtered RGB image processing, showing contrast.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-01-18
    • 文件大小:35840
    • 提供者:BestMrc
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com