搜索资源列表
enhance1
- 加权中值滤波,用于图像增强,只用于超声图像,对超声图像去噪有很好的效果。内还包括信噪比计算方法。-weighted median filter for image enhancement, only for ultrasound images of ultrasound image denoising with very good results. Which is also a signal-to-noise ratio calculation.
200707171150342030
- 一种新的加权中值滤波的快速算法.pdf 内有vc的实现程序 可快速实现加权中值
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口
weightmedian
- 用matlab对lenna图像进行处理,方法是自适应加权中值滤波,自己写的。-Lenna with matlab image processing of the method is adaptive weighted median filter, write your own.
Digital.Image.Processing
- 数字图像处理 直方图修正 空间域平滑 空间域锐化 梯度倒数加权平滑法 中值滤波 多种算子锐化 灰度最相近的6个邻点平均法-Histogram correction of digital image processing spatial spatial smoothing sharpening Gradient Inverse Weighted Smoothing median filter operator sharpening a variety of gray nearest neighbo
Filter
- 包括图像的灰度变换,laplacian锐化,中值滤波,加权中值滤波,自适应滤波,添加噪声以及图像的平滑和反色处理,图像处理效果良好-Including images of gray-scale transformation, laplacian sharpening, median filtering, the weighted median filter, adaptive filter, add noise and image smoothing and anti-color process
SCMintherealizationoffilteringalgorithm
- //在单片机系统中常用的滤波算法 (1)程序判断法(2)中值滤波法 (3)算术平均滤波法 (4)加权平均滤波法(5)滑动平均滤波法 (6)低通滤波法(7)中位值平均滤波 -//In the single-chip microcomputer system used in the filtering algorithm [1] procedures to determine law [2] Median Filter Method [3] arithmetic mean
image
- 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
自适应加权中值滤波算法
- 提出了一种基于相似度函数的自适应加权中值滤波算法。该方法首先通过噪声检测确定图像中的噪声点,然后 根据窗口内噪声点的个数自适应地调整滤波窗口的尺寸,并根据相似度大小,巧妙地将滤波窗口内各个像素点自适应分 组并赋予相应的权重,最后对检测出的噪声点进行加权中值滤波。计算机模拟实验结果表明:该算法既能有效地滤除噪 声,又能较好地保护图像细节,比标准中值滤波具有更优良的滤波性能。-A similarity function based on adaptive weighted medi
wmedfilt1
- 此函数为一维加权中值滤波函数,本人觉得很不错。-Vega as a function of the value of the right to filter function, I think is pretty good.
weightedMedian
- 中值滤波在图像处理中占据很重要的地位,本代码是加权中值滤波处理源码。希望对大家有用。-Median filter in image processing occupies a very important position, the code is weighted median filter processing source. Hope to be useful.
weightedmedian
- 基于椒盐噪声滤波的改进加权中值滤波算法,目的在于处理高浓度椒盐噪声,并且有效的保护边缘细节-salt and pepper noise filter and weighted
Smooth_Vector.cpp
- matlab与C混编,mex中图像运动矢量平滑滤波,加权中值滤波。-matlab and C mixed, mex in the image motion vector smoothing filter, weighted median filter.
XINNIAN
- 输入一个图像,对其进行边缘检测,灰度处理,自适应滤波,自适应边缘检测,中值滤波,加权中值滤波,均值滤波,加高斯噪声等处理-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
awmf
- 自适应加权中值滤波,可以调节窗口大小和中心像素的权重以及其他相关像素与中心像素的权重比例。-adaptive weighted median filter
gaijinzhongzhilvbo
- 一种改进的快速加权中值滤波算法,较好的保留了图像的细节-Fast weighted median filtering algorithm, an improved and better retain the image details.
sx
- 加权中值滤波,适合进行去噪等操作,在各领域都能够应用-Weighted median filter, suitable for denoising and other operations, can be used in various fields
jiaquan
- 针对传统中值滤波算法的优缺点,提出了一种基于相似度函数的自适应加权中值滤波算法.-Abstract:According to excellence and shortcoming of conventional median filter algorithm,an algorithm called adaptive weighted median filter algorithm based on similarity function is proposed
acwmf
- 自适应中心加权中值滤波的实现方法,matlab文件(adaptive center median filter)
MATLAB实现自适应中值滤波源代码
- 本文提出了一种新的快速自适应加权中值滤波算法以提高中值滤波算法的性能。(A new fast adaptive weighted median filtering algorithm is proposed to improve the performance of the median filtering algorithm.)