Welcome![Sign In][Sign Up]
Location:
Search - 均值滤波

Search list

[Special Effects灰度图象基本处理

Description:

均值滤波,图象分割等


Platform: | Size: 1085521 | Author: kaishijiazhu | Hits:

[Graph program均值滤波

Description: 图象均值滤波算法-image filtering algorithm
Platform: | Size: 118341 | Author: 侯漠 | Hits:

[Graph program均值滤波0

Description: 均值滤波0.rar-mean filter 0.rar
Platform: | Size: 1466 | Author: 余倩 | Hits:

[SourceCode双边滤波源代码

Description: 双边滤波,比中值滤波,高斯,均值滤波更好的保持了边缘信息.
Platform: | Size: 126680 | Author: trierwang | Hits:

[SourceCode图像均值滤波matlab程序

Description: 图像均值滤波matlab程序
Platform: | Size: 476 | Author: wanghaixia_86@126.com | Hits:

[SourceCode数字图像处理直方图均衡化,中值滤波,均值滤波

Description: 数字图像处理 MFC实现直方图均衡化,中值滤波,均值滤波
Platform: | Size: 1917553 | Author: kimi333 | Hits:

[SourceCodeC#均值滤波

Description: 这个程序是利用c#编程实现对图像的均值滤波,同时这个程序可以在windows mobile 6上运行
Platform: | Size: 127166 | Author: 314170210@qq.com | Hits:

[Special Effects中值和均值滤波图像恢复处理程序实例

Description: 中值和均值滤波图像恢复处理程序实例
Platform: | Size: 8179 | Author: beiluochen@21cn.com | Hits:

[Graph programmean滤波

Description: 均值滤波实现-Mean filter to achieve
Platform: | Size: 0 | Author: 金灵书 | Hits:

[Graph program均值滤波

Description: 图象均值滤波算法-image filtering algorithm
Platform: | Size: 126976 | Author: 侯漠 | Hits:

[Graph program均值滤波0

Description: 均值滤波0.rar-mean filter 0.rar
Platform: | Size: 1024 | Author: 余倩 | Hits:

[GDI-Bitmap对图像进行中值滤波处理的源代码

Description: 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing including airspace and frequency domain method two categories, in the airspace law, the common image smoothing method is used Mean Median filter or filter for filtering mean, it is an odd point in the sliding window on the sliding images of the corresponding
Platform: | Size: 44032 | Author: | Hits:

[GDI-Bitmap领域平均法与均值滤波

Description: 这是我们在学习数字图像处理过程中,对领域平均法和中值滤波的程序代码。-This is our learning digital image processing, the field average and median filtering the code.
Platform: | Size: 2048 | Author: 小何 | Hits:

[Special Effects处理

Description: 对图像进行均值滤波处理(图像复原)的源代码,编译后的可执行文件须带参数运行。 使用方法:mean BMP文件名-right images mean filter processing (image recovery) of the source code, compile the executable files carry operation parameters. Use : BMP file name mean
Platform: | Size: 1024 | Author: 何学洲 | Hits:

[Graph program滤波处理

Description: 滤波处理,包括最大值滤波、最小值滤波、中值滤波和平均值滤波!-filter processing, including filtering maximum and the minimum of filtering, median filtering and filtering average!
Platform: | Size: 3072 | Author: 张宸宇 | Hits:

[Special Effects均值滤波和中值滤波处理高斯噪声

Description: 均值滤波和中值滤波处理高斯噪声,比较差异(Mean filtering and median filter are used to deal with gaussian noise)
Platform: | Size: 58368 | Author: 小七小七 | Hits:

[LabView中值-均值滤波

Description: 利用labview,实现信号的中值-均值滤波(Using LabVIEW to realize median mean filter of signal)
Platform: | Size: 24576 | Author: 李古黑 | Hits:

[均值滤波

Description: 用于实现在Visual C++平台上,对图片进行均值滤波的去噪处理(Denoising for the realization of the mean filtering of images on the Visual C++ platform)
Platform: | Size: 11264 | Author: Severy | Hits:

[Graph program均值滤波

Description: 用matlab对图片进行均值滤波,仅供参考,相互学习(Using MATLAB for image mean filtering, for reference only, learning from each other.)
Platform: | Size: 171008 | Author: 陈chenjun | Hits:

[matlab均值滤波与中值滤波的应用

Description: 均值滤波和中值滤波在matlab中的应用及其matlab代码(Matlab code for mean filtering median filtering)
Platform: | Size: 53248 | Author: reallr | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net