帳號:guest(3.21.21.53)          離開系統
字體大小: 字級放大   字級縮小   預設字形  

詳目顯示

以作者查詢圖書館館藏以作者查詢臺灣博碩士論文系統以作者查詢全國書目
作者(中文):吳維宸
作者(外文):Wei-Chen Wu
論文名稱(中文):利用三次雲形線的輪廓曲線縮放與平滑方法及其於影像放大的應用
論文名稱(外文):Edge Curve Scaling and Smoothing with Cubic Spline Interpolation for Image Up-Scaling
指導教授(中文):邱瀞德
指導教授(外文):Chiu, Ching-Te
口試委員(中文):范倫達
張添烜
口試委員(外文):Van, Lan-Da
Chang, Tian-Sheuan
學位類別:碩士
校院名稱:國立清華大學
系所名稱:資訊工程學系
學號:100062503
出版年(民國):102
畢業學年度:101
語文別:英文
論文頁數:56
中文關鍵詞:三次雲形線插值法邊緣曲線縮放雲形線平滑化影像放大
外文關鍵詞:cubic spline interpolationedge curve scalingspline smoothingimage up-scaling
相關次數:
  • 推薦推薦:0
  • 點閱點閱:481
  • 評分評分:*****
  • 下載下載:3
  • 收藏收藏:0
影像放大是一種用來增加影像解析度的重要方法,早期的影像放大方法採用插值法例如雙立方內插法來放大影像,但由於在影像放大過程失去高頻細節造成放大後的影像在邊緣區域有模糊化及震盪效應情況的產生。近年來所提出的方法像是區域自成像超解析度能達到非常良好的影像放大效果,但伴隨著高複雜度因為這些方法需要對整張影像作高頻訊號的回復。
在本篇論文,我們提出一種利用邊緣圖來實作影像放大的方法。藉由預測放大後影像的邊緣區域,我們回復所預測邊緣區域的高頻訊號來提高影像邊緣銳利度及減少影像邊緣的震盪效應。我們提出採用三次雲形線插值法來放大邊緣曲線的方式達成放大邊緣圖的目的。此外,如果邊緣曲線放大在不經過調整的情況以三次雲形線插值法放大會產生曲線鋸齒現象,我們也提出一種簡單的平滑函式去改善這種曲線鋸齒現象以及維持影像本身的邊緣輪廓。
相比於其他影像放大方法採用回復整張放大影像的高頻訊號,我們藉由只回復邊緣部分的高頻訊號來降低百分之九十的運算時間。實驗結果顯示我們所提出的方法能達到與區域自成像超解析度方法近似的結果。
Image up-scaling is an important technique to increase the resolution of an image. While earlier interpolation based approaches such as the bilinear and the bicubic method cause blurring and ringing artifacts in edge regions of the up-scaled image due to the loss of high frequency details. Recent approaches such as the local-self example super resolution can achieve very promising up-scaling results while their computation cost are high because they recover high frequency components of the whole image.
In this paper, we proposed an image up-scaling method via an up-scaled edge map. By predicting edge regions of the up-scaled image, we recover high frequency components of edge regions of the up-scaled image to improve the sharpness and reduce ringing artifacts. We propose an edge curve scaling method with cubic spline interpolation to up-scale an edge map. If an edge curve is directly applied to the cubic spline interpolation function for edge curve up-scaling , the edge curve scaling results have zigzag artifacts. We also propose a simple smoothing function to avoid the zigzag problems and maintain the contour shape of images.
Our methods can reduce execution time by 90% because we only perform high frequency components recovery on edge regions while other methods adopt to recover the high frequency components of every points in the up-scaled image. Experimental results show that we can achieve similar performances with the local self example super resolution method.
Contents
1 Introduction 1
1.1 Background of Image Up-sampling . . . . . . . . . . . . . . . . . . 1
1.2 Motivation and Problem Description . . . . . . . . . . . . . . . . . 4
1.3 Goal and Contribution . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.4 Thesis Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2 Related Works 9
2.1 Interpolation Based Methods . . . . . . . . . . . . . . . . . . . . . . 9
2.2 Gradient Analytic Methods . . . . . . . . . . . . . . . . . . . . . . 10
2.3 Patch Based Super-Resolution . . . . . . . . . . . . . . . . . . . . . 12
3 Proposed Up-Scaling Method 16
3.1 Scalable Edge Map based Image Up-Scaling Method . . . . . . . . . 16
4 Scalable Edge Map 20
4.1 Scalable Edge Map Block Diagram . . . . . . . . . . . . . . . . . . 20
4.2 1D Piecewise Curve Extraction . . . . . . . . . . . . . . . . . . . . 22
4.3 2D Piecewise Curve Extraction . . . . . . . . . . . . . . . . . . . . 26
4.4 Smoothing Function for Extracted Piecewise Curves . . . . . . . . . 27
4.5 Curve Fitting Functions Calculation . . . . . . . . . . . . . . . . . . 29
4.6 Edge Map Up-Scaling Result . . . . . . . . . . . . . . . . . . . . . . 31
5 High Frequency Component Recovery 34
5.1 Patch Matching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
5.2 High Frequency Component Reconstruction . . . . . . . . . . . . . 36
5.3 Ringing Reduction . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
5.4 Computation Complexity Analysis . . . . . . . . . . . . . . . . . . 38
6 Experimental Results 41
7 Conclusion and Future Work 51
7.1 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
7.2 Future Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
Bibliography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
[1] S. Fifman, “Digital rectification of ERTS multispectral imagery,” in Proc. Significant Results Obtained Earth Resources Technol. Satellite-1, vol. 1, pp. 1131-1142, 1973.
[2] J. A. Parker, R. V. Kenyon, and D. E. Troxel, “Comparison of interpolation methods for image resampling,” IEEE Trans. Med. Imag., vol. 2, no. 3, pp. 31-39, Sep 1983.
[3] H. Hou and H. C. Andrews, “Cubic splines for image interpolation and digital filtering,” IEEE Transaction on Acoustics, Speech and Signal Processing, vol. ASSP-26, no. 6, pp. 508-517, Dec 1978.
[4] C. Kim, S. M. Seong, J. A. Lee, and L. S. Kim, “Winscale: An imagescaling algorithm using an area pixel model,” IEEE Transaction on Circuits and System for Video Technology, vol. 13, no. 6, pp. 549-553,
Jun 2003.
[5] Y. Cha and S. Kim, “The error-amended sharp edge (EASE) scheme for image zooming,” IEEE Transaction on Image Processing, vol. 16, no. 6, pp. 1496-1505, Jun. 2007.
[6] Q. Wang and R. K. Ward, “A new orientation-adaptive interpolation method,” IEEE Transaction on image Processing, vol. 16, no. 4, pp. 889-900, Apr 2007.
[7] J. Kopf, M. F. Cohen, D. Lischinski, and M. Uyttendaele, “Joint bilateral upsampling,” ACM Transaction on Graph, vol. 26, no. 3, Article 96, July 2007.
[8] T. Blu and M. Unser, “Image interpolation and resampling,” Handbook of Medical Imaging, Processing and Analysis, Academic Press, 2000.
[9] J. Sun, Z. Xu and H. Y. Shum, “Image super-resolution using gradient profile prior,” IEEE Conference on Computer Vision and Pattern Recognition, 2008.
[10] R. Fattal, “Image upsampling via imposed edge statistics,” ACM Transaction on Graphics, vol.26, no.3, pp.56-65, Article 95, July 2007.
[11] M. Elad and A. Feuer, “Restoration of a single superresolution image from several blurred, noisy, and undersampled measured images,” IEEE Transaction on Image Processing, vol.6, no.12, pp.1646-1658, Dec 1997.
[12] M. Elad and Y. Hel-Or, “A fast super-resolution reconstruction algorithm for pure translational motion and common space-invariant blur,” IEEE Transaction on Image Processing, vol.10, no.8, pp.1187-1193, Aug 2001.
[13] W. T. Freeman, T. R. Jones, and E. C. Pasztor, “Example-based superresolution,” IEEE Computer Graphics and Applications, vol. 22, no.2, pp.56-65, Mar/Apr 2002.
[14] M. Elad, and M. Aharon, “Image denosing via sparse and redundant representations over learned dictionaries,” IEEE Transaction on Image Processing, vol. 15, no.12, pp.3736-3745, Dec 2006.
[15] M. Aharon, and M. Elad, “K-svd: An algorithm for designing over complete dictionaries for sparse representation,” IEEE Transaction on Signal Processing, vol.54, no.11, pp.4311-4322, Dec 2006.
[16] H. Chang, D. Y. Yeung, and Y. Xiong, “Super-resolution through neighbor embedding”, IEEE Conference on Computer Vision and Pattern Recognition, vol. 1, pp. I-275-I-282, July 2004.
[17] J. Yang, J. Wright, T. Huang, and Y. Ma, “Image Super-resolution via Sparse Representation”, IEEE Transaction on Image Processing, vol. 19, pp. 2862-2873, 2010.
[18] D. Glasner, S. Bagon, and M. Irani, “Super-resolution from a single image,” IEEE International Conference on Computer Vision, pp.349-356, 2009.
[19] G. Freeman and R. Fattal, “Image and video upscaling from local selfexamples,” ACM Transaction on Graphics, vol.30, no.2, pp.12:1-12:11, Apr 2011.
[20] J. Canny, “A computational approach to edge detection,” IEEE Transaction on Pattern Analysis and Machine Intelligence, vol. PAMI-8, no. 6, pp. 679-698, Nov 1986.
[21] C. de Boor, “A Practical Guide to Splines,” New York: Springer-Verlag, 1978.
[22] E. Guilbert and H. Lin, “B-Spline curve smoothing under position constraints for line generalisation,” Proceedings of the 14th annual ACM international symposium on Advances in geographic information systems, pp. 3-10, 2006.
[23] J. Kopf and D. Lischinski, “Depixelizing Pixel Art,” ACM Transaction on Graphics, vol.30, no.4, pp. 99:1-99:8, July 2011.
 
 
 
 
第一頁 上一頁 下一頁 最後一頁 top
* *