跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.62) 您好!臺灣時間:2025/11/15 15:49
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:林鼎皓
研究生(外文):Lin, Ting-Hao
論文名稱:內容感知雙邊紋理濾波器
論文名稱(外文):Content-Aware Bilateral Texture Filtering
指導教授:施仁忠施仁忠引用關係
指導教授(外文):Shih, Zen-Chung
口試委員:魏德樂蔡侑庭
口試委員(外文):Way, Der-LorTsai, Yu-Ting
口試日期:2015-06-23
學位類別:碩士
校院名稱:國立交通大學
系所名稱:多媒體工程研究所
學門:電算機學門
學類:軟體發展學類
論文種類:學術論文
論文出版年:2015
畢業學年度:103
語文別:英文
論文頁數:45
中文關鍵詞:邊界保留濾波器雙邊濾波器紋理
外文關鍵詞:edge preserving filterguide filterbilateral filtertexture
相關次數:
  • 被引用被引用:0
  • 點閱點閱:442
  • 評分評分:
  • 下載下載:15
  • 收藏至我的研究室書目清單書目收藏:0
一張影像中通常包含了主要的結構(Structures)跟紋理(Textures),然而會因為紋理的關係沒辦法對這些影像做一些操作,例如細縫裁減(Seam Carving)等,所以需要區分紋理和結構。但以往的方法常常無法有效的區分出比較小的結構和紋理,導致萃取出結構時,較小的結構亦同時遺失。本篇論文改良了Bilateral texture filtering。原本方法是每個像素以一塊Patch來代表,在加上利用Patch Shift來移除影像中的紋理而保留結構,但在邊界處會產生鋸齒以及較小結構會遺失。本論文則是調整patch的大小,在比較重要的結構處的相素使用比較小的patch。我們所提出的方法既快速又簡單,既能移除紋理也能保留細節。
An image often contains structures and textures. Because of textures, we cannot do some operation on an image, such as seam carving. Therefore we need to separate textures and structures. When separating them, we may mix-up small structures and textures and then lose small structures. In this thesis, we improve Bilateral Texture Filtering algorithm. Their method uses a patch to represent a pixel. By patch shift, it can remove textures and preserve structures. However, it could produce some artifacts in edges and lose small structures. Instead of patch shift, we adjust the patch size. In important structures, we use smaller patch to represent a pixel. Our method is fast and easy. It can remove texture and preserve details.
ABSTRACT(in Chinese) i
ABSTRACT(in English) ii
Acknowledgements iii
Contents iv
List of Figures v
Chapter 1 Introduction 1
Chapter 2 Related work 5
2.1 Optimization based filters 5
2.2 Average based filter 7
Chapter 3 Algorithm 12
3.1 Overview 12
3.2 Bilateral filter and Joint Bilateral filter 13
3.3 Create Guide Image 15
3.4 Content-Aware Bilateral Texture Filtering 18
Chapter 4 Result 21
4.1 Parameter Adjustment 22
4.2 Comparison 25
Chapter 5 Application 32
5.1 Detail enhancement 32
5.2 Edge detection 34
5.3 Seam carving 36
5.4 Image abstraction 40
Chapter 6 Conclusion and future work 43
Reference 44

[1] Avidan, S., Shamir, A. 2007. Seam Carving for Content-Aware Image Resizing. ACM Trans. Graph. 26, 3, 10
[2] Canny, J. 1986. A computational approach to edge detection. IEEE Trans. Pattern Anal. Mach. Intell. 8, 6, 679–698.
[3] Cho, H., Lee, H., Kang, H., Lee, S. 2014. Bilateral texture filtering. ACM Trans. Graph. .33, 4, 128.
[4] Durand, F., and Dorsey, J. 2002. Fast bilateral filtering for the display of high-dynamic-range images. ACM Trans. Graphics 21, 3, 257–266.
[5] Farbman, Z., Fattal, R., Lischinski, D., Szeliski, R. 2008. Edge-preserving decompositions for multi-scale tone and detail manipulation. ACM Trans. Graph. 27, 3
[6] Gang, S., Songlin, L., Weihua, W. and Zengping C. 2014. Dynamic range compression and detail enhancement algorithm for infrared image. Appl. Opt. 53, 26, 6013-6029
[7] Jones, T. R., Durand, F., and Desbrun, m. 2003. Noniterative, feature-preserving mesh smoothing. ACM Trans. Graphics 22, 3, 943–949.
[8] Karacan, L., Erdem, E., Erdem, A. 2013. Structure-preserving image smoothing via region covariances. ACM Trans. Graphics 32, 6, 176
[9] Kass, M., Solomon, J. 2010. Smoothed local histogram filters. ACM Trans. Graphics 29, 4, 100
[10] Miaoyi, W., Bin, W., Yun, F., Kang-Lai, Q., Wenping, W., Jiating, C., Jun-Hai, Y. 2014. Towards Photo Watercolorization with Artistic Verisimilitude. IEEE TRANS. VIS. COMPUT. GRAPH. 20, 10, 1451-1460.
[11] Rudin, L. I., Osher, S., and Fatemi, E. 1992. Nonlinear total variation based noise removal algorithms. Physica D 60, 259-268
[12] Subr, K., Soler, C., Durand, F. 2009. Edge-preserving multiscale image decomposition based on local extrema. ACM Trans Graphics. 28, 5, 147
[13] Tomasi, C., and Manduchi, R. 1998. Bilateral filtering for gray and color images. In ICCV, 839–846.
[14] Winnemöller, H., Olsen, S. C., and Gooch, B. 2006. Realtime video abstraction. ACM Trans. Graphics. 25, 3, 1221–1226.
[15] Xu, L., Lu, C., Xu, Y., and Jia, J. 2011. Image smoothing via L0 gradient minimization. ACM Trans. Graphics 30, 5, 174:1–174:12.
[16] Xu, L., Yan, Q., Xia, Y., Jia, J. 2012. Structure extraction from texture via relative total variation. ACM Trans. Graphics 31 6, 139
[17] Zang, Y., Huang, H., Zhang, L. 2014. Efficient structure-aware image smoothing by local extrema on space-filling curve. IEEE Trans. Vis. Comput. Graph. 20, 9, 1253–1265
[18] Zhang, Q., Shen, X., Xu, L., Jia, J. 2014. Rolling Guidance Filter. ECCV. 815-830

連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top