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

詳目顯示

以作者查詢圖書館館藏以作者查詢臺灣博碩士論文系統以作者查詢全國書目
作者(中文):方郁仁
作者(外文):Fang, Yu-Jen
論文名稱(中文):基於文字空間與分佈分析之文字嵌入最佳化QR碼
論文名稱(外文):Optimized Text Embedding in QR Codes based on Textual Layout and Structure Analysis
指導教授(中文):朱宏國
指導教授(外文):Chu, Hung-Kuo
口試委員(中文):姚智原
王昱舜
李潤容
口試委員(外文):Yao, Chih-Yuan
Wang, Yu-Shuen
Lee, Ruen-Rone
學位類別:碩士
校院名稱:國立清華大學
系所名稱:資訊工程學系
學號:103062549
出版年(民國):105
畢業學年度:104
語文別:中文
論文頁數:50
中文關鍵詞:QR碼文字藝術圖像變形
外文關鍵詞:QR CodeWord artImage deformation
相關次數:
  • 推薦推薦:0
  • 點閱點閱:666
  • 評分評分:*****
  • 下載下載:0
  • 收藏收藏:0
QR碼是現今生活中隨處可見的二維條碼,比起其他的條碼,QR碼不只能夠容納大量的資料,並且擁有容錯機制。在各種環境下,QR碼可以容許適當的破壞並且被機器快速的讀取出其內容資訊。雖然QR碼一開始是設計於自動化工業上,但是由於智慧型手機的流行,QR碼被廣泛應用在資訊流通的地方,例如:廣告、海報和看板,使用者可以透過智慧型手機中的掃描或產生QR碼的軟體,隨時存取大量資訊。

原本的QR碼只是由隨機分佈的黑白方格組成的一個圖形,為了將自身產品或網站的QR碼與他人的QR碼有所區別,許多藝術家開始為QR碼添加自己的風格或品牌圖示。QR碼經過許多藝術家巧手的設計後,轉變成為風格迥異的視覺畫QR碼。與他人作品不同,本論文將「文字」以視覺化的方式嵌入至QR碼圖像中,將使用者有興趣的內容呈現在外觀上,產生不同風格的視覺化QR碼。

本論文實作了一個系統流程,能將文字或文字藝術,同時透過圖像和文字將資訊傳達給使用者的視覺化QR碼。本論文透過文字空間與分佈分析以及設計QR碼品質檢測的機率模型,將文字或文字藝術嵌入至QR碼中。首先將欲呈現給使用者的文字資訊編排,接著透過能夠預測QR碼品質檢測的機率模型和文字的變形修復被破壞的QR碼模塊,最後產生確保能夠解讀且維持文字視覺效果的的視覺化QR碼。

本論文實作了一個系統流程,能將文字或文字藝術,同時透過圖像和文字將資訊傳達給使用者的視覺化QR碼。本論文透過文字空間與分佈分析以及設計QR碼品質檢測的機率模型,將文字或文字藝術嵌入至QR碼中。首先將欲呈現給使用者的文字資訊編排,接著透過能夠預測QR碼品質檢測的機率模型和文字的變形修復被破壞的QR碼模塊,最後產生確保能夠解讀且維持文字視覺效果的的視覺化QR碼。

關鍵字:QR碼、文字藝術、圖像變形。
QR Code is the two-dimensional barcode seen everwhere nowadays, which has large storage capacity and also using error correction. The image can be appropriately interpreted and be read the information fast in an undesirable environment. QR code is first designed for the automotive industry, but QR Code start being widely used in flow of information(e.g., advertisement, poster or billboards) due to the popular of smartphone. With QR Code decoder App, user can get the information in QR Code anytime and anywhere.
In order to look away from the original QR Code with black and white module, Artist start adding different material in QR Code(e.g., Logo, small image).

We propose a novel algorithm to generate a new style visual QR Code combined word art or text, which can send information by visual communication. Based on Textual Layout and Structure Analysis with QR Code error probability model, we embed text or word art in QR Code. First, we generate a layout of information text. Second, we generate results with visual quality and guarantee they can be decoded by QR Code probability model and character deformation.

Keywords:Word Art, QR Codes, Image deformation.
中文􁄔要i
Abstract ii
􁇞謝􁜏 iii
目錄iv
圖目錄vi
表目錄vii
1 􁆣論1
2 QR 碼介紹4
2.1 QR 碼結構. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.2 QR 容錯機制. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.3 QR 碼編碼. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.4 QR 碼解讀. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3 相關研究9
3.1 視覺化QR 碼. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.2 文字藝術. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3.3 微字藝術QR 碼. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4 QR 碼可讀性分析13
4.1 錯誤機率模型. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.2 合成QR 碼. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
4.3 模塊掃描錯誤機率驗證. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5 文字設計與分析16
5.1 文字排列分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.2 文字變形方法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
5.2.1 字母結構. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
5.2.2 文字結構變形. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
5.2.3 筆觸粗細調整. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
5.3 文字美觀指標. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
5.4 美觀指標權重使用者測試. . . . . . . . . . . . . . . . . . . . . . . . . . . 21
5.5 文字變形能力分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
iv
Contents v
6 自身解釋QR 碼25
6.1 文字排列與主要文字局部最佳化. . . . . . . . . . . . . . . . . . . . . . . . 25
6.2 文字與QR 碼最佳化. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
7 實驗和結果32
7.1 實驗與參數設定. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
7.2 QR 碼品質檢測驗證. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
7.3 對照方法比較. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
7.4 步驟錯誤模塊評估. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
7.5 限制. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
8 結論38
Bibliography 40
[1] DENSO WAVE. QR code.com. www.qrcode.com, 2003.
[2] Hung-Kuo Chu, Chia-Sheng Chang, Ruen-Rone Lee, and Niloy J. Mitra. Halftone
QR Codes. ACM Trans. Graph. (Proc. of SIGGRAPH Asia), 32(6):217:1–217:8,
2013.
[3] Nevo Alva, Uriel Peled, and Itamar. Visualead. www.visualead.com, 2012.
[4] Shih-Syun Lin, Min-Chun Hu, Chien-Han Lee, and Tong-Yee Lee. Efficient QR
code beautification with high quality visual content. IEEE Trans. Multimedia, 17
(9):1515–1524, 2015.
[5] Satoshi Ono, Kensuke Morinaga, and Shigeru Nakayama. Two-dimensional barcode
decoration based on real-coded genetic algorithm. In Proc. IEEE CEC, pages 1068–
1073, 2008.
[6] Damri Samretwit and Toshihiko Wakahara. Measurement of reading characteristics
of multiplexed image in qr code. In Proc. 3rd Int. Conf. Intell. Netw. and
Collaborative Syst. (INCoS), pages 552–557, 2011.
[7] Alexis Laporte. Unitag. www.unitaglive.com/qrcode, 2012.
[8] Yi-Shan Lin, Sheng-Jie Luo, and Bing-Yu Chen. Artistic QR code embellishment.
Comput. Graph. Forum (Proc. Pacific Graphics), 32(7):137–146, 2013.
40
Bibliography 41
[9] Toshihiko Wakahara and Noriyasu Yamamoto. Image processing of 2-dimensional
barcode. In Proc. 4th Int. Conf. Network-Based Inform. Syst. (NBiS), pages 484–
490, 2011.
[10] Russ Cox. QArt Codes. research.swtch.com/qart, 2012.
[11] Yu-Hsun Lin, Yu-Pei Chang, and Ja-Ling Wu. Appearance-based QR code beautifier.
IEEE Trans. Multimedia, 15(8):2198–2207, 2013.
[12] Ltd. A T Communications Co. LogoQnet. logoq.net, 2007.
[13] Gonzalo J Garateguy, Gonzalo R Arce, Daniel L Lau, and Ofelia P Villarreal. QR
Images: Optimized Image Embedding in QR Codes. IEEE Trans. Image Process.,
23(7):2842–2853, 2014.
[14] Xuemiao Xu, Linling Zhang, and Tien-Tsin Wong. Structure-based ascii art. ACM
Trans. Graph. (Proc. of SIGGRAPH), 29:52:1–52:10, 2010. ISSN 0730-0301.
[15] Jie Xu and Craig S Kaplan. Calligraphic packing. In Proc. Graphics Interface,
pages 43–50, 2007.
[16] Ron Maharik, Mikhail Bessmeltsev, Alla Sheffer, Ariel Shamir, and Nathan Carr.
Digital micrography. ACM Trans. Graph. (Proc. of SIGGRAPH), 30(4):100:1–
100:12, 2011. ISSN 0730-0301.
[17] Max Froumentin. Textorizer. lapin-bleu.net/software/textorizer, 2010.
[18] APP HELMOND. Textaizer. mosaizer.com/Textaizer, 2010.
[19] Jeff Brown. Zbar bar code reader. zbar.sourceforge.net, 2007.
[20] Sean Owen. Zxing : Multi-format 1D/2D barcode image processing library with
clients for android, java. zxing.appspot.com/generator, 2007.
Bibliography 42
[21] L. Cabarga. Logo, Font & Lettering Bible. F+W Media, 2004.
[22] Olga Sorkine, Daniel Cohen-Or, Yaron Lipman, Marc Alexa, Christian Rössl, and
H-P Seidel. Laplacian surface editing. In Symp. on Geom. Proc., pages 175–184,
2004.
[23] R. Carter, B. Day, and P.B. Meggs. Typographic Design: Form and Communication.
Wiley, 2012.
[24] T. Joachims. Training linear svms in linear time. Proceedings of the 12th ACM
SIGKDD International Conference on Knowledge Discovery and Data Mining, pages
217–226, 2006.
[25] Yuri Boykov, Olga Veksler, and Ramin Zabih. Fast approximate energy minimization
via graph cuts. IEEE Trans. Pattern Anal. Mach. Intell., 23(11):1222–1239,
2001.
(此全文限內部瀏覽)
電子全文
摘要
 
 
 
 
第一頁 上一頁 下一頁 最後一頁 top
* *