§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2402202001014700
DOI 10.6846/TKU.2020.00688
論文名稱(中文) 高效率的嵌入式自然影像監控系統之硬體設計
論文名稱(英文) Hardware Design of High-Efficiency Embedded Natural Image Surveillance System
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 電機工程學系碩士班
系所名稱(英文) Department of Electrical and Computer Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 108
學期 1
出版年 109
研究生(中文) 魏成恩
研究生(英文) Cheng-En Wei
學號 605450211
學位類別 碩士
語言別 繁體中文
第二語言別
口試日期 2020-01-06
論文頁數 54頁
口試委員 指導教授 - 江正雄
委員 - 李世安
委員 - 夏至賢
委員 - 許明華
關鍵字(中) 監控系統
對比增強
直方圖等化
即時處理
參數導向直方圖等化
關鍵字(英) Surveillance System
Contrast Enhancement
Histogram Equalization
Real-Time Processing
Parametric-Oriented Histogram Equalization
第三語言關鍵字
學科別分類
中文摘要
監控系統( Surveillance System )雖能忠於現實的場景擷取出影像,但是擷取出的影像不一定具有鮮明的紋理表現以及亮度正規化的特性能夠提供給人體視覺系統HVS( Human Visual System , HVS )視覺愉悅感。有鑑於此,不少市面上的監控系統也已經配合市場需求增加了對比增強( Contrast Enhancement )的功能。現今市面上監控系統的產品雖具有對比增強的架構,但是犧牲了監控系統必要的即時處理( Real-Time )的效能,造成記憶體( Memory )過大和運算時間( Computing-Time )過長。因此本文透過改良式的參數導向直方圖等化( Parametric-Oriented Histogram Equalization , POHE ),透過counter的方法解決原始POHE的記憶體的大量使用以及LUT( Look-UP Table )的方法加速了運算速度,達成及時處理(Real-Time)的特性以利監控系統的後續使用。本文將以改良式的參數導向直方圖等化POHE 架構,保持即時處理的特性並且強化影像的細節和亮度正規化,實現在Altera DE2系列的 DE2i-150 FPGA Development Board上。
英文摘要
Although a surveillance system can capture images accurately according to the actual scene, the captured images do not necessarily have sharp texture expression and brightness normalization characteristics, which can provide human visual system with visual pleasure sense. In order to solve the drawbacks, currently many monitoring systems have added the Contrast Enhancement function to meet the market needs. Although the monitoring systems on the market today have a contrast-enhanced scheme, they may sacrifice real-time performance required by the monitoring system due to too large memory needed and too much computing time. Therefore, in this work, we use an improved parametric-oriented histogram equalization (POHE) to enhance the contrast of images. Conventional POHE may use massive memory, but the proposed improved POHE uses a counter to overcome massive memory usage problems. We also employ the look-up table (LUT) technique to accelerate the calculation speed. Therefore, real-time processing is achieved to facilitate the subsequent use of the monitoring system. Besides, this research uses an improved POHE architecture to maintain the characteristics of real-time processing, and enhance the detail and brightness normalization of the image. We implement the modified POHE on DE2i-150 FPGA Development Board of the Altera DE2 series. The emulation results prove the proposed POHE can enhance the contrast of an image efficiently.
第三語言摘要
論文目次
目錄
中文摘要	I
英文摘要	II
目錄	IV
圖目錄	VII
表目錄	X
第一章	緒論	1
1.1研究目的與動機	1
1.2論文架構	2
第二章	認識監控系統的成像	3
2.1感光耦合元件( Charge Coupled Device , CCD )	3
2.2互補式金屬氧化物半導體( Complementary Metal-Oxide Semiconductor , CMOS )	4
第三章	影像對比調整文獻	5
3.1全域性直方圖等化( Global Histogram Equalization , GHE )	5
3.1.1演算法-流程圖	6
3.1.2強化結果	6
3.2區域性直方圖等化( Local Histogram Equalization , LHE )	7
3.2.1自適性直方圖等化( Adaptive Histogram Equalization ,  AHE )	8
3.2.2對比限制自適性直方圖等化( Contrast Limited Adaptive Histogram Equalization , CLAHE )	11
第四章 參數導向直方圖等化( Parametric-Oriented Histogram Equalization , POHE )	21
4.1 積分圖(Integral Image)	23
4.2 演算法流程圖	28
4.3 強化結果	29
第五章 提出的參數導向直方圖等化( Parametric-Oriented Histogram Equalization, POHE)	32
5.1 改良的積分圖 (Modify’s integral image)	32
5.2 誤差函數LUT	34
5.3演算法流程圖	39
5.4強化結果	40
第六章 實驗結果與比較	43
6.1 影像品質之比較	43
6.1.1熵(Entropy)	44
6.1.2銳利度(Sharpness)	46
6.1.3影像品質結果之比較	46
6.2 影像計算時間之比較	46
6.3 硬體資源之比較	47
第七章 結論	50
參考文獻	51


圖目錄
Figure 1圖3.1全域性直方圖等化流程圖	6
Figure 2圖3.2 GHE強化結果圖(512×512)	7
Figure 3圖3.3區域直方圖所計算的區域示意圖(黑點為強化的像素x_(i,j),咖啡色區塊為該像素所需的區塊)	8
Figure 4圖3.4 AHE流程圖	9
Figure 5圖3.5 AHE強化結果圖(512×512)	11
Figure 6圖3.6灰階直方圖裁切示意圖	12
Figure 7圖 3.7 結構為512x512 大小的影像被均勻地劃分為64 個大小為64x64 的區塊,每個區塊個別以虛線交集的中心統計出轉移函數[10]	14
Figure 8圖3.8 (a)IR區域示意圖(b)在(i,j)區域的第一象限內,像素p與最靠近的4個轉移函數[10]	15
Figure 9圖 3.9 (a)BR區域與鄰近區域示意圖(b)在(i,j)區域的第二象限內,像素p與最靠近的2個轉移函數之間的關係(轉載[23])	16
Figure 10圖 3.10 影像左上角與周圍區域的結構	17
Figure 11圖3.11無重疊CLAHE流程圖	18
Figure 12圖3.12無重疊CLAHE強化結果圖(512×512)	20
Figure 13圖4.1誤差函數	21
Figure 14圖4.2積分圖概念圖	24
Figure 15圖4.3 積分圖範例(M=N=3)	27
Figure 16圖4.4積分圖與原始存取影像比較示意圖(虛線為積分圖,實現為原始存取)	28
Figure 17圖4.5原始POHE演算法流程圖	29
Figure 18圖4.6 POHE強化結果圖(512×512)	31
Figure 19圖5.1 RAM : 2-PORT	32
Figure 20圖5.2 Modify’s integral image	33
Figure 21圖5.3 Modify’s integral image示意圖	33
Figure 22圖5.4 Floating point to single precision and sign bit module	35
Figure 23圖5.5 誤差函數LUT的正負數查表	36
Figure 24圖5.6誤差函數LUT(b31~b30)	36
Figure 25圖5.7 誤差函數LUT (b29~b28)	37
Figure 26圖5.8 誤差函數LUT(b27~b26)	37
Figure 27圖5.9 誤差函數LUT(b25~b24)	38
Figure 28圖5.10 誤差函數LUT示意圖	39
Figure 29圖5.11 改良後POHE演算法流程圖	40
Figure 30圖5.12 改良的POHE強化結果圖(512×512)	42
Figure 31圖6.1軟體與硬體的強化效果比較圖	44


















表目錄
表 1、影像品質比較表	46
表 2、計算時間之比較表	47
表 3、積分圖架構與改良式架構之比較表	47
表 4、整體RAM資源比較表	48
表 5、整體硬體資源比較表	49
參考文獻
[1]https://zh.wikipedia.org/wiki/%E5%9B%BE%E5%83%8F%E4%BC%A%E6%84%9F%E5%99%A
[2]https://zh.wikipedia.org/wiki/%E6%84%9F%E5%85%89%E8%80%A6%E5%90%88%E5%85%83%E4%BB%B6
[3]https://zh.wikipedia.org/wiki/%E4%BA%92%E8%A3%9C%E5%BC%8%E9%87%91%E5%B1%AC%E6%B0%A7%E5%8C%96%E7%89%A9%E5%8D%8A%E5%B0%8E%E9%AB%94
[4] http://kcs.kcjh.ptc.edu.tw/~spt/computer/digital-image/CCD-CMOS.htm
[5]S.Patel and M.Goswami ” Comparative analysis of Histogram Equalization techniques” 2014 International Conference on Contemporary Computing and Informatics (IC3I), Mysore, India.
[6]J.-Y.Kim , L.- S. Kim and S.- H. Hwang” An advanced contrast enhancement using partially overlapped sub-block histogram equalization” IEEE Transactions on Circuits and Systems for Video Technology , vol. 11, no. 4, pp. 475–484, 2001.
[7]	T.- K. Kim , J.- K. Paik and B.- S. Kang” Contrast enhancement system using spatially adaptive histogram equalization with temporal filtering” IEEE Transactions on Consumer Electronics, vol.44,Issue:1,Feb 1998
[8]	S. M. Pizer , E. P. Amburn , J. D. Austin , R. Cromartie , A. Geselowitz , T. Greer , B. M. ter Haar Romeny , J. B. Zimmerman , and K. Zuiderveld . “Adaptive histogram equalization and its variations” Computer Vision, Graphics, and Image Processing, vol. 39, no. 3, pp. 355-368, 1987.
[9]K. Zuiderveld ,“Contrast limited adaptive histogram equalization,” Graphics Gems IV, Academic Press, 1994.
[10]A. M. Reza , “Realization of the Contrast Limited Adaptive Histogram Equalization (CLAHE) for Real-Time Image Enhancement” Journal of VLSI Signal Processing, vol. 38, no. 1, pp. 35-44, 2004.
[11]Y. F. L u, J. M. Guo, B. S. La , and J. D. L , “High efficient contrast enhancement using parametric approximation,” in Proc. IEEE International
Conference on Acoustics, Speech, and Signal Processing, pp. 2444-2448, 2013.
[12]Y. Sai , R. Jinxia and L. Zhonxia , “Learning of Neural Networks Based on Weighted Mean Squares Error Function” 2009 Second International Symposium on Computational Intelligence and Design, Changsha, China
[13]M. Abramowitz and I. A. Stegun, Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, NY: Dover, 1964.
[14]P. Viola and M. J. Jones, "Robust real-time object detection," Second
International Workshop on Statistical and Computational Theories of Vision,
2001.
[15]https://www.intel.com/content/www/us/en/programmable/documentation/eis1413425716965.html.
[16] Q.- M. Huang , X.- J. Tong , S. Zeng and W. - K. Wang” DIGITAL IMAGE RESOLUTION AND ENTROPY” 2007 International Conference on Machine Learning and Cybernetics, Hong Kong, China.
[17]https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=11&No=529
[18] Krishna Swaroop Gautam” Parallel Histogram Calculation for FPGA ” 2016 IEEE 6th International Conference on Advanced Computing (IACC), Bhimavaram, India .
[19] K. Kokufuta and T. Maruyama” Real-time processing of contrast limited adaptive histogram equalization on FPGA” 2010 International Conference on Field Programmable Logic and Applications, Milano, Italy .
[20] M. Firat Vural , C. Kiziloz and E. Turgay “ FPGA based real-time efficient histogram equalization “2009 IEEE 17th Signal Processing and Communications Applications Conference, Antalya, Turkey .
[21] A. Sanny , Yi-Hua E. Yang and Viktor K. Prasanna “Energy-efficient histogram on FPGA” 2014 International Conference on ReConFigurable Computing and FPGAs (ReConFig14), Cancun, Mexico .
[22] C. - H. Lu , H. – Y. Hsu and L. Wang “A New Contrast Enhancement Technique Implemented on FPGA for Real Time Image Processing” 2009 Fifth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, Kyoto, Japan .
[23] U. K. Urimi , M. R. Kongara and C. R. Patil” Real-time implementation of modified Adaptive Histogram Equalization for high dynamic range Infrared images in FPGA” 2015 Fifth National Conference on Computer Vision, Pattern Recognition, Image Processing and Graphics (NCVPRIPG), Patna, India .
[24] P. D. Ferguson , T. Arslan , A. T. Erdogan and A. Parmley” Evaluation of contrast limited adaptive histogram equalization (CLAHE) enhancement on a FPGA” 2008 IEEE International SOC Conference, Newport Beach, CA, USA .
[25] A.M. Alsuwailem and S.A. Alshebeili” A new approach for real-time histogram equalization using FPGA” 2005 International Symposium on Intelligent Signal Processing and Communication Systems, Hong Kong, China
論文全文使用權限
校內
校內紙本論文立即公開
同意電子論文全文授權校園內公開
校內電子論文立即公開
校外
同意授權
校外電子論文立即公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信