跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.170) 您好!臺灣時間:2024/12/08 13:25
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:林一帆
研究生(外文):Yi-Fan Lin
論文名稱:影像隨機脈衝雜訊移除技術之設計與實現
論文名稱(外文):An Implementation for Removal of Random-Valued Impulse Noise
指導教授:陳培殷陳培殷引用關係
指導教授(外文):Pei-Yin Chen
學位類別:碩士
校院名稱:國立成功大學
系所名稱:資訊工程學系碩博士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2009
畢業學年度:97
語文別:中文
論文頁數:52
中文關鍵詞:隨機脈衝雜訊影像雜訊移除VLSI
外文關鍵詞:image denoisingVLSIrandom-valued impulse noise
相關次數:
  • 被引用被引用:1
  • 點閱點閱:251
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
許多的數位影像應用如:掃描與影印技術、醫學影像處理或是人臉辨識等,影像的擷取或傳送過程遭受到雜訊的污染,會造成影像視覺品質的降低,因此影像去除雜訊技術是影像處理上一個非常重要的議題。許多需要滿足即時處理的電子產品應用包含了影像去除雜訊的技術,所以一個效果良好、低複雜且適合以VLSI硬體實作的影像去雜訊技術是我們想要達成的目標。
本論文提出一個可保留影像邊緣特性的影像去雜訊技術,用來移除隨機脈衝雜訊(Random-Valued Impulse Noise)。在我們的方法中,針對要處理影像中的每一個像素,透過一個3×3的工作視窗,偵測此像素是否為雜訊點,並同時找尋此工作視窗中存在的方向邊緣,用以預估此像素的重建值。若此像素被偵測為雜訊點,則以此重建值取代它。
實驗結果證明,本論文提出的方法不管在數學測量或視覺效果上,都能優於過往的設計。針對所設計的方法,我們也發展出一個高速的VLSI架構並用Verilog 硬體描述語言實現。根據SYNOPSYS的Design Vision和TSMC’s 0.18μm的標準元件庫合成結果,此電路所需的邏輯閘數目為21K,工作於5 ns的時脈達到200百萬像素/秒的處理量,換句話說,我們有足夠的速度即時處理WQSXGA (3200×2048)每秒30張影像的格式。
In many applications, such as medical imaging, scanning techniques and face recognition, images are often corrupted by impulse noise due to image acquisition and transmission. Thus, the denoising technique becomes a very important issue in image preprocessing. In many practical real-time applications, the denoising process is included in end-user equipment, so a good lower-complexity denoising technique, which is simple and suitable for low-cost VLSI implementation, is needed.
In this thesis, an efficient edge-preserving denoising technique with a precise noise detector is proposed to remove the random-valued impulse noise. It can preserve the edge features efficiently by finding a directional edge existed in the window centered on the current pixel and using the edge to determine the reconstructed value of current pixel. Extensive experimental results demonstrate that our method can obtain better performances in terms of both subjective and objective evaluations than those state-of-the-art impulse denoising techniques.
The VLSI architecture of the proposed design was implemented by using Verilog HDL. We used SYNOPSYS Design Vision to synthesize the designs with TSMC’s 0.18μm cell library. Synthesis results show that the denoising circuit contains 21K gate counts. It works with a clock period of 5 ns and can achieve a processing rate of 200 mega pixels per second which is quick enough to process a video resolution of WQSXGA (3200×2048) at 30 fps in real time.
摘要 IV
Abstract V
誌謝 VI
表目錄 IX
圖目錄 X
第一章 緒論 1
1.1 研究背景 1
1.2 研究動機 1
1.3 論文架構 2
第二章 相關文獻探討 4
2.1 脈衝雜訊(Impulse Noise) 4
2.2 現存的去雜訊演算法 5
2.2.1 DRID 5
2.2.2 ATMBM 5
2.2.3 DWM 6
2.2.4 FRINR 7
2.2.5 RORD-WMF 8
2.3 優缺點比較 9
第三章 所提出的雜訊移除演算法 10
3.1 Decision-tree-based Impulse Detection 11
3.2 Edge-Preserving image filter 21
第四章 雜訊移除演算法之硬體實現 26
4.1 VLSI硬體架構 26
4.2 管線化設計 37
第五章 模擬結果 39
5.1 PSNR比較結果 39
5.2 視覺比較結果 43
5.3 硬體實作數據 48
第六章 結論與未來工作 50
6.1 結論 50
6.2 未來工作 50
參考文獻 51
[1]H. Hwang and R. A. Haddad, “Adaptive median filters: new algorithms and results,” IEEE Trans. Image Process., vol. 4, no. 4, pp. 499–502, Apr. 1995.
[2]S. Zhang and M.A. Karim, “A new impulse detector for switching median filter,” IEEE Signal Process. Lett., vol. 9, no. 11, pp. 360-363, Nov. 2002.
[3]R. H. Chan, C. W. Ho, and M. Nikolova, “Salt-and-pepper noise removal by median-type noise detectors and detail-preserving regularization,” IEEE Trans. Image Process., vol. 14, no. 10, pp. 1479–1485, Oct. 2005.
[4]P. E. Ng and K. K. Ma, “A switching median filter with boundary discriminative noise detection for extremely corrupted images,” IEEE Trans. Image Process., vol. 15, no. 6, pp. 1506–1516, Jun. 2006.
[5]R. C. Gonzalez and R. E. Woods, Digital Image Processing. Pearson Education, Upper Saddle River, New Jersey.
[6]E. Abreu, M. Lightstone, S. K. Mitra, and K. Arakawa, “A new efficient approach for the removal of impulse noise from highly corrupted images,” IEEE Trans. Image Process., vol. 5, no. 6, pp. 1012–1025, Jun. 1996.
[7]T. Chen and H. R. Wu, “Adaptive impulse detection using center-weighted median filters,” IEEE Signal Process. Lett., vol. 8, no. 1, pp. 1–3, Jan. 2001.
[8]W. Luo, “A new efficient impulse detection algorithm for the removal of impulse noise,” IEICE Trans. Fundam., vol. E88-A, no. 10, pp. 2579–2586, Oct. 2005.
[9]W. Luo, “Efficient removal of impulse noise from digital images,” IEEE Trans. Consumer Electron., vol. 52, no. 2, pp. 523-527, May 2006.
[10]I. Aizenberg, and C. Butakoff, “Effective impulse detector based on rank-order criteria,” IEEE Signal Process. Lett., vol. 11, no. 3, pp. 363-366, Mar. 2004.
[11]W. Luo, “An efficient detail-preserving approach for removing impulse noise in images,” IEEE Signal Process. Lett., vol. 13, no. 7, pp. 413-416, July 2006.
[12]V. Crnojevic, V. Senk, and Z. Trpovski, “Advance impulse detection based on pixel-wise MAD,” IEEE Signal Processing Lett., vol. 11, no. 7, July 2004.
[13]A. Taguchi, “A design method of fuzzy weighted median filter,” IEEE Int. Conf. on Image Processing, vol. 1, pp. 423-426, Sept. 1996.
[14]Y. Dong and S. Xu, “A new directional weighted median filter forremoval of random-valued impulse noise,” IEEE Signal Processing Lett., vol. 14, no. 3, pp. 193–196, 2007.
[15]S. Schulte, V. De Witte, M. Nachtegael, D. Van der Weken and E. E. Kerre, “Fuzzy random impulse noise reduction method,” Fuzzy Sets and Syst., vol. 158, no. 3, pp. 270-283, Jan. 2007.
[16]Hancheng Yu, Li Zhao and Haixian Wang, “An Efficient Procedure for Removing Random-Valued Impulse Noise in Images,” IEEE Signal Processing Lett., vol. 15, pp. 922-925, 2008.
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top