Image noise reduction by iteratively truncated mean filter

It is well known that noise filtering is very important in image and signal processing. Common noise filters are mean and median filters which they have respective pros and cons in noise attenuation and image structure preservation. Therefore there is a necessity and tendency to develop another t...

全面介紹

Saved in:
書目詳細資料
主要作者: Shen, Meng
其他作者: Jiang Xudong
格式: Final Year Project
語言:English
出版: 2015
主題:
在線閱讀:http://hdl.handle.net/10356/62105
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:It is well known that noise filtering is very important in image and signal processing. Common noise filters are mean and median filters which they have respective pros and cons in noise attenuation and image structure preservation. Therefore there is a necessity and tendency to develop another type of noise filter to combine the merits of both mean and median filters. Iterative Truncated Arithmetic Mean (ITM) filter is introduced and developed to have the merits of both mean and median filters, which starts from the mean to approach the median. Another type of filter Fast Iterative Truncated Arithmetic Mean (FITM) filter based on ITM filter is also proposed to be expected to have faster running speed compared to ITM filter. Both ITM and FITM filter will be implemented by MATLAB and C code respectively. A lot of experiment will be conducted as well to compare the results of two different implementation methods, the performance compared to median filter as well as the running speed.