Title:
119128680matlab.imnoise.conv2 Download
- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 157kb
- Update:
- 2013-05-31
- Downloads:
- 0 Times
- Uploaded by:
- 樊星
Description: Mean filter, the image so mean filter. Mean filter is a typical linear filter algorithm, which is the target pixel on the image to a template that includes the adjacent pixels around it, and then all the pixels in the template to replace the original pixel value average.
To Search:
File list (Check if you may need any files):
1).数字图像邻域平均法去噪的实现\加入噪声图像lena1.bmp
...............................\原始图像lena.bmp
...............................\平均滤波后图像lena2.bmp
...............................\数字图像邻域平均法去噪的实现.m
1).数字图像邻域平均法去噪的实现