Description: 给出三组分别带有高斯噪声和salt&pepper噪声的图片,对他们进行直方图均衡化,然后分别用中值滤波器和均值滤波器对所有图片进行滤波,比较结果
-1. Given an original and its noised images.
2. Histogram Equalization with random additions
3. 3 by 3 median filter window (Calculate the median value among 9 values, and
set the middle pixel value with the median.)
4. 3 by 3 averaging filter window (Take the average value of 9 pixels, and set
the middle pixel value with the average.)
Platform: |
Size: 1024 |
Author:zhengyan |
Hits:
Description: Sliding Sum Averaging Filter
Smoothes data by sliding it past itself, one sample at a time, and summing.
The length of the output is the same as the length of the input. The output
will be normalized. Equivalent to a moving average (lowpass) filter, but
more efficient. Platform: |
Size: 1024 |
Author:W² |
Hits:
Description: 线性平滑滤波器 实现领域平均法抑制噪声,用了一段代码和两个配图在里面,可以选择任意其中一个来进行matlab实验。实验结果准确-Linear smoothing filter implementation averaging art noise suppression, with a piece of code and two with pictures on the inside, you can choose any one of them to carry out matlab experiment. Experimental results are accurate Platform: |
Size: 176128 |
Author:刘志远 |
Hits: