文件名称:neighbourhood-averaging
- 所属分类:
- 多媒体编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-05-02
- 文件大小:
- 257kb
- 下载次数:
- 0次
- 提 供 者:
- Si***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
最简单的平滑滤波是将原图中一个像素的灰度值和它周围邻近8个像素的灰度值相加,然后将求得的平均值(除以9)作为新图中该像素的灰度值。它采用模板计算的思想,模板操作实现了一种邻域运算,即某个像素点的结果不仅与本像素灰度有关,而且与其邻域点的像素值有关。-Smoothing filter is the most simple gray gray of a pixel in the original image and its neighboring 8 pixel value, average value and then the obtained (divided by 9) as the pixel gray value in the new. It uses the template computation theory, template operation to achieve a neighborhood operation, which results in a pixel is not only related to the pixel, and the pixel and its neighborhood points related to the value of.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
邻域平均法\Debug\exp5.obj
..........\.....\hdr.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\.....\邻域平均法.exe
..........\.....\邻域平均法.ilk
..........\.....\邻域平均法.pch
..........\.....\邻域平均法.pdb
..........\exp5.c
..........\hdr.c
..........\hdr.h
..........\testnoise.bmp
..........\test_lynoise.bmp
..........\邻域平均法.dsp
..........\邻域平均法.dsw
..........\邻域平均法.ncb
..........\邻域平均法.opt
..........\邻域平均法.plg
..........\Debug
邻域平均法