文件名称:kmedfilter
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 1.58kb
- 下载次数:
- 0次
- 提 供 者:
- 上**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
K近邻中值(均值)滤波器
1) 以待处理像素为中心,作一个m*m的作用模板。
2) 在模板中,选择K个与待处理像素的灰度差为最小的像素。
3) 将这K个像素的灰度均值(中值)替换掉原来的像素值。
-K-nearest neighbor median (mean) a filter) for the pixel to be addressed, for a m * m role template. 2) In the template, select and K-pending pixel gray worse for the smallest pixels. 3) this K-pixel gray average (median) replace the original pixel.
1) 以待处理像素为中心,作一个m*m的作用模板。
2) 在模板中,选择K个与待处理像素的灰度差为最小的像素。
3) 将这K个像素的灰度均值(中值)替换掉原来的像素值。
-K-nearest neighbor median (mean) a filter) for the pixel to be addressed, for a m * m role template. 2) In the template, select and K-pending pixel gray worse for the smallest pixels. 3) this K-pixel gray average (median) replace the original pixel.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 51622447kmedfilter.rar 列表 avek.m medk.m median.m