搜索资源列表
图像中值滤波处理源代码
- C语言编写的程序,可以对图象进行中值滤波处理,效果不错,联系方式: QQ76947175-c program which can execute medeaval filter.good performance,contact with QQ76947175.
VC++中值滤波
- 数字图像中值滤波:数字图像处理常用算法,具体内容见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"
带噪图像中值滤波
- 本文根据对原始纯净图像进行的椒盐加噪处理,提出了利用中值滤波法消除图像噪声的实用方法。使用软件工具MATLAB快速地实现了图像的中值滤波。此文阐述了中值滤波的原理、算法以及利用MATLAB软件的仿真。在图像处理中利用中值滤波法消除图像中的噪声是图像噪声处理的常用方法。
基于MATLAB的带噪图像的中值滤波
- 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵。本文将纯净的图像加入椒盐噪声,然后采用中值滤波的方法对其进行去噪。中值滤波是一种常用的非线性信号处理技术,在图像处理中,它对滤除脉冲干扰噪声最为有效。文章阐述了中值滤波的原理、算法以及在图像处理中的应用。MATLAB是一种高效的工程计算语言,在数据处理、图像处理、神经网络、小波分析等方面都有广泛的应用。
数字图像处理直方图均衡化,中值滤波,均值滤波
- 数字图像处理 MFC实现直方图均衡化,中值滤波,均值滤波
中值滤波代码和测试图片
- 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
中值滤波代码和测试图片
- 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
zhongzhilvbo
- 在VC++6.0开发环境下,图像中值滤波的源码实现,编译即可运行~-In VC++6.0 development environment, the source image median filter implementation, the compiler can be run ~
MedFilter
- 利用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
median_filter
- 实现图像中值滤波的VerilogHDL源代码-Median_filter VerilogHDL Code
自适应加权中值滤波算法
- 提出了一种基于相似度函数的自适应加权中值滤波算法。该方法首先通过噪声检测确定图像中的噪声点,然后 根据窗口内噪声点的个数自适应地调整滤波窗口的尺寸,并根据相似度大小,巧妙地将滤波窗口内各个像素点自适应分 组并赋予相应的权重,最后对检测出的噪声点进行加权中值滤波。计算机模拟实验结果表明:该算法既能有效地滤除噪 声,又能较好地保护图像细节,比标准中值滤波具有更优良的滤波性能。-A similarity function based on adaptive weighted medi
09_05_14
- VC++编写的实现图像中值滤波与灰度阈值变换的程序-VC++ to prepare the realization of image filtering and gray-scale transformation process threshold
noisereduction
- matlab 图像中值滤波去噪(高斯噪声和椒盐噪声)-noisereduction
MedianImage
- 用Java Application实现对图像中值滤波-Java Application with the realization of the image median filtering
Median_Filtering
- 图像中值滤波。读入256色BMP图像并对其进行中值滤波。-Image median filtering. Read a 256-color BMP image and do median filtering to it.
中值滤波
- 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
中值滤波
- 对图像中值滤波,选择清晰的图像,叠加椒盐噪声,然后去噪(The image median filtering, denoising and superposition of the salt and pepper noise.)
median_filter
- 这个verilog程序实现了图像中值滤波,处理实时性很强,有兴趣的可以参考(This Verilog program implements the median filter in the image, the processing is very real, and the interest can be referred to)
1中值滤波
- 中值滤波——《MATLAB数字图像处理——从仿真到C/C++代码的自动生成》(Median filter - MATLAB digital image processing - automatic generation from simulation to C/C++ code)
中值滤波
- 读取RGB图像,并对读取到的RGB图像进行总值滤波处理,显示对比(Read the RGB image, and read the total number of filtered RGB image processing, showing contrast.)