CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 均值滤波
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 均值滤波 - List
[
Special Effects
]
灰度图象基本处理
DL : 2
均值滤波,图象分割等
Update
: 2008-05-13
Size
: 1.04mb
Publisher
:
kaishijiazhu
[
Graph program
]
均值滤波
DL : 0
图象均值滤波算法-image filtering algorithm
Update
: 2008-10-13
Size
: 115.57kb
Publisher
:
侯漠
[
Graph program
]
均值滤波0
DL : 0
均值滤波0.rar-mean filter 0.rar
Update
: 2008-10-13
Size
: 1.43kb
Publisher
:
余倩
[
SourceCode
]
双边滤波源代码
DL : 2
双边滤波,比中值滤波,高斯,均值滤波更好的保持了边缘信息.
Update
: 2010-10-12
Size
: 123.71kb
Publisher
:
trierwang
[
SourceCode
]
图像均值滤波matlab程序
DL : 0
图像均值滤波matlab程序
Update
: 2011-02-26
Size
: 476byte
Publisher
:
wanghaixia_86@126.com
[
SourceCode
]
数字图像处理直方图均衡化,中值滤波,均值滤波
DL : 0
数字图像处理 MFC实现直方图均衡化,中值滤波,均值滤波
Update
: 2011-05-18
Size
: 1.83mb
Publisher
:
kimi333
[
SourceCode
]
C#均值滤波
DL : 0
这个程序是利用c#编程实现对图像的均值滤波,同时这个程序可以在windows mobile 6上运行
Update
: 2011-12-10
Size
: 124.19kb
Publisher
:
314170210@qq.com
[
Special Effects
]
中值和均值滤波图像恢复处理程序实例
DL : 0
中值和均值滤波图像恢复处理程序实例
Update
: 2012-02-15
Size
: 7.99kb
Publisher
:
beiluochen@21cn.com
[
Graph program
]
mean滤波
DL : 0
均值滤波实现-Mean filter to achieve
Update
: 2025-02-19
Size
: 0byte
Publisher
:
金灵书
[
Graph program
]
均值滤波
DL : 0
图象均值滤波算法-image filtering algorithm
Update
: 2025-02-19
Size
: 124kb
Publisher
:
侯漠
[
Graph program
]
均值滤波0
DL : 0
均值滤波0.rar-mean filter 0.rar
Update
: 2025-02-19
Size
: 1kb
Publisher
:
余倩
[
GDI-Bitmap
]
对图像进行中值滤波处理的源代码
DL : 0
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个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
Update
: 2025-02-19
Size
: 43kb
Publisher
:
[
GDI-Bitmap
]
领域平均法与均值滤波
DL : 0
这是我们在学习数字图像处理过程中,对领域平均法和中值滤波的程序代码。-This is our learning digital image processing, the field average and median filtering the code.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
小何
[
Special Effects
]
处理
DL : 0
对图像进行均值滤波处理(图像复原)的源代码,编译后的可执行文件须带参数运行。 使用方法: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
Update
: 2025-02-19
Size
: 1kb
Publisher
:
何学洲
[
Graph program
]
滤波处理
DL : 0
滤波处理,包括最大值滤波、最小值滤波、中值滤波和平均值滤波!-filter processing, including filtering maximum and the minimum of filtering, median filtering and filtering average!
Update
: 2025-02-19
Size
: 3kb
Publisher
:
张宸宇
[
Special Effects
]
均值滤波和中值滤波处理高斯噪声
DL : 0
均值滤波和中值滤波处理高斯噪声,比较差异(Mean filtering and median filter are used to deal with gaussian noise)
Update
: 2025-02-19
Size
: 57kb
Publisher
:
小七小七
[
LabView
]
中值-均值滤波
DL : 0
利用labview,实现信号的中值-均值滤波(Using LabVIEW to realize median mean filter of signal)
Update
: 2025-02-19
Size
: 24kb
Publisher
:
李古黑
[
]
均值滤波
DL : 0
用于实现在Visual C++平台上,对图片进行均值滤波的去噪处理(Denoising for the realization of the mean filtering of images on the Visual C++ platform)
Update
: 2025-02-19
Size
: 11kb
Publisher
:
Severy
[
Graph program
]
均值滤波
DL : 0
用matlab对图片进行均值滤波,仅供参考,相互学习(Using MATLAB for image mean filtering, for reference only, learning from each other.)
Update
: 2025-02-19
Size
: 167kb
Publisher
:
陈chenjun
[
matlab
]
均值滤波与中值滤波的应用
DL : 0
均值滤波和中值滤波在matlab中的应用及其matlab代码(Matlab code for mean filtering median filtering)
Update
: 2025-02-19
Size
: 52kb
Publisher
:
reallr
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.