三維數(shù)字產(chǎn)品漢字水印技術(shù)的實現(xiàn)[獨家原創(chuàng)].docx
約53頁DOCX格式手機打開展開
三維數(shù)字產(chǎn)品漢字水印技術(shù)的實現(xiàn)[獨家原創(chuàng)],三維數(shù)字產(chǎn)品漢字水印技術(shù)的實現(xiàn)2萬字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨家出售,大家放心下載使用摘要 信息的數(shù)字化使信息表達更加準確,網(wǎng)絡(luò)的普及使信息傳遞更加便捷,計算機圖形處理能力的增強可以讓人們更加生動形象地表達世界,同時,信息化和網(wǎng)絡(luò)化也使得信息安全、版權(quán)保護等問題更為嚴峻。源于信息隱藏...
內(nèi)容介紹
此文檔由會員 淘寶大夢 發(fā)布
三維數(shù)字產(chǎn)品漢字水印技術(shù)的實現(xiàn)
2萬字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨家出售,大家放心下載使用
摘 要 信息的數(shù)字化使信息表達更加準確,網(wǎng)絡(luò)的普及使信息傳遞更加便捷,計算機圖形處理能力的增強可以讓人們更加生動形象地表達世界,同時,信息化和網(wǎng)絡(luò)化也使得信息安全、版權(quán)保護等問題更為嚴峻。源于信息隱藏的數(shù)字水印是目前國際上的熱門研究方向之一,數(shù)字水印技術(shù)是通過一定的算法將一些標志性信息直接嵌入到多媒體內(nèi)容當中,但不影響原內(nèi)容的價值和使用,并且不能被人的知覺系統(tǒng)覺察或注意到,只有通過專用的檢測器或閱讀器才能提取。其中的水印信息可以是作者的序列號、公司標志、有特殊意義的文本等 ,可用來識別文件、圖像或音樂制品的來源、版本、原作者、擁有者、發(fā)行人、合法使用人對數(shù)字產(chǎn)品的擁有權(quán)。
本文主要對常見的三維水印嵌入算法與認證算法加以總結(jié),并給出自己的三維水印嵌入與認證算法的設(shè)計與實現(xiàn);本算法嵌入的信息為中文漢字,而水印算法接受的水印信息為零一編碼,所以將漢字轉(zhuǎn)換為對應(yīng)的編碼作為嵌入的水印信息,嵌入到三維模型中,我們采用三維模型各個頂點到中心的距離作為嵌入基元,并且在嵌入水印后加入了模型中心恢復(fù)算法。整個系統(tǒng)的設(shè)計使用C語言作為理論實現(xiàn)的基礎(chǔ),并最終在VC的環(huán)境下,給出其MFC的框架設(shè)計,完成該系統(tǒng)。
關(guān)鍵詞 數(shù)字水印 三維模型 水印嵌入 頂點范數(shù) 魯棒性
Research and implementation of three-dimensional digital Chinese character watermarking technology products
Abstract Digital information make the information express more accurately, the popularity of the Internet enables the transmission of information more convenient,the increase of the ability of computer graphics processing make people express the world more vividly,at the same time, information and networking also makes information security, copyright protection and other issues more severe.digital watermarking from Information hiding is one of the most popular current international research,the digital watermarking technology is that makeing some iconic information directly embedded into multimedia content by a certain algorithm,but does not affect the value and use of the original content, and can not be being aware or noticed human perception system, only through a dedicated detector or reader it can be extracted. The watermark information can be the serial number of the author,company logo, text, etc.which have a special meaning,can be used to identify files, images or music source product, version, author, owner, issuer,ownership of people on the legitimate use of digital products.
This paper summarizes the common watermark assess algorithm at the first, and then gives my own algorithm design and implementation, This algorithm's embedded information are Chinese characters,but the watermarking algorithm accepts 01 sequence only,so we converted the characters into the corresponding coding as an embedded watermark sequence embedded into the three-dimensional model,we use the distance from the center to each vertex of the three-dimensional model as an embedded primitives, and adding the model center watermarked recovery algorithm after.Design of the entire system using C language as the basis for the theory to achieve, and ultimately in the VisualStudio environment, given its MFC framework designed to complete the system.
Keywords Digital watermarking Three-dimensional media Watermark authentication Vertex norm Robustness
目錄
第一章 緒論 1
1.1 背景及研究意義 1
1.2 數(shù)字水印的基本概念 2
1.3 數(shù)字水印的主要應(yīng)用領(lǐng)域 3
1.4 數(shù)字水印研究現(xiàn)狀 5
1.5 本文的章節(jié)安排 6
第二章 三維模型數(shù)字水印技術(shù)概述 7
2.1 三維模型相對于二維模型存在的研究難點 7
2.2 三維模型數(shù)字水印基本原理 8
2.2.1 水印產(chǎn)生 8
2.2.2 水印嵌入 9
2.2.3 水印檢測 9
2.3 三維模型數(shù)字水印的特點與分類 10
2.3.1 數(shù)字水印的特點 10
2.3.2 數(shù)字水印的分類 11
2.4 三維模型數(shù)字水印嵌入和認證的的主要算法 12
2.4.1 三維模型數(shù)字水印的嵌入算法 12
2.4.2 三維模型數(shù)字水印的認證算法 15
2.4.3 算法存在的主要問題 16
2.5 三維模型數(shù)字水印的攻擊問題 16
2.6 三維模型數(shù)字水印的性能評價 18
2.7 三維模型數(shù)字水印的發(fā)展展望 19
第三章 三維數(shù)字產(chǎn)品的漢字水印算法綜述 20
3.1數(shù)字水印算法的思想 20
3.2 數(shù)字水印嵌入方法 24
3.2.1 嵌入基元的選擇 24
3.2.2 對數(shù)據(jù)的預(yù)處理 24
3.2.3 對頂點的分區(qū)操作 25
3.2.4 分區(qū)內(nèi)頂點范數(shù)的歸一化處理 25
3.2.5 數(shù)字水印的嵌入 26
3.2.6 模型中心的恢復(fù) 30
3.3 數(shù)字水印的提取算法 30
第四章 三維指紋數(shù)字水印系統(tǒng)的實現(xiàn) 32
4.1 漢字至二值水印信息的轉(zhuǎn)變 32
4.2 水印轉(zhuǎn)換程序運行界面 33
4.3 數(shù)字水印嵌入的實現(xiàn) 35
4.3.1 數(shù)字水印嵌入源程序 35
4.3.2 數(shù)字水印嵌入程序的實現(xiàn) 40
4.4 數(shù)字水印提取的實現(xiàn) 41
4.4.1 數(shù)字水印提取源程序 41
4.4.2 數(shù)字水印提取程序的實現(xiàn) 44
第五章 總結(jié) 45
致 謝 46
參考文獻 47
2萬字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨家出售,大家放心下載使用
摘 要 信息的數(shù)字化使信息表達更加準確,網(wǎng)絡(luò)的普及使信息傳遞更加便捷,計算機圖形處理能力的增強可以讓人們更加生動形象地表達世界,同時,信息化和網(wǎng)絡(luò)化也使得信息安全、版權(quán)保護等問題更為嚴峻。源于信息隱藏的數(shù)字水印是目前國際上的熱門研究方向之一,數(shù)字水印技術(shù)是通過一定的算法將一些標志性信息直接嵌入到多媒體內(nèi)容當中,但不影響原內(nèi)容的價值和使用,并且不能被人的知覺系統(tǒng)覺察或注意到,只有通過專用的檢測器或閱讀器才能提取。其中的水印信息可以是作者的序列號、公司標志、有特殊意義的文本等 ,可用來識別文件、圖像或音樂制品的來源、版本、原作者、擁有者、發(fā)行人、合法使用人對數(shù)字產(chǎn)品的擁有權(quán)。
本文主要對常見的三維水印嵌入算法與認證算法加以總結(jié),并給出自己的三維水印嵌入與認證算法的設(shè)計與實現(xiàn);本算法嵌入的信息為中文漢字,而水印算法接受的水印信息為零一編碼,所以將漢字轉(zhuǎn)換為對應(yīng)的編碼作為嵌入的水印信息,嵌入到三維模型中,我們采用三維模型各個頂點到中心的距離作為嵌入基元,并且在嵌入水印后加入了模型中心恢復(fù)算法。整個系統(tǒng)的設(shè)計使用C語言作為理論實現(xiàn)的基礎(chǔ),并最終在VC的環(huán)境下,給出其MFC的框架設(shè)計,完成該系統(tǒng)。
關(guān)鍵詞 數(shù)字水印 三維模型 水印嵌入 頂點范數(shù) 魯棒性
Research and implementation of three-dimensional digital Chinese character watermarking technology products
Abstract Digital information make the information express more accurately, the popularity of the Internet enables the transmission of information more convenient,the increase of the ability of computer graphics processing make people express the world more vividly,at the same time, information and networking also makes information security, copyright protection and other issues more severe.digital watermarking from Information hiding is one of the most popular current international research,the digital watermarking technology is that makeing some iconic information directly embedded into multimedia content by a certain algorithm,but does not affect the value and use of the original content, and can not be being aware or noticed human perception system, only through a dedicated detector or reader it can be extracted. The watermark information can be the serial number of the author,company logo, text, etc.which have a special meaning,can be used to identify files, images or music source product, version, author, owner, issuer,ownership of people on the legitimate use of digital products.
This paper summarizes the common watermark assess algorithm at the first, and then gives my own algorithm design and implementation, This algorithm's embedded information are Chinese characters,but the watermarking algorithm accepts 01 sequence only,so we converted the characters into the corresponding coding as an embedded watermark sequence embedded into the three-dimensional model,we use the distance from the center to each vertex of the three-dimensional model as an embedded primitives, and adding the model center watermarked recovery algorithm after.Design of the entire system using C language as the basis for the theory to achieve, and ultimately in the VisualStudio environment, given its MFC framework designed to complete the system.
Keywords Digital watermarking Three-dimensional media Watermark authentication Vertex norm Robustness
目錄
第一章 緒論 1
1.1 背景及研究意義 1
1.2 數(shù)字水印的基本概念 2
1.3 數(shù)字水印的主要應(yīng)用領(lǐng)域 3
1.4 數(shù)字水印研究現(xiàn)狀 5
1.5 本文的章節(jié)安排 6
第二章 三維模型數(shù)字水印技術(shù)概述 7
2.1 三維模型相對于二維模型存在的研究難點 7
2.2 三維模型數(shù)字水印基本原理 8
2.2.1 水印產(chǎn)生 8
2.2.2 水印嵌入 9
2.2.3 水印檢測 9
2.3 三維模型數(shù)字水印的特點與分類 10
2.3.1 數(shù)字水印的特點 10
2.3.2 數(shù)字水印的分類 11
2.4 三維模型數(shù)字水印嵌入和認證的的主要算法 12
2.4.1 三維模型數(shù)字水印的嵌入算法 12
2.4.2 三維模型數(shù)字水印的認證算法 15
2.4.3 算法存在的主要問題 16
2.5 三維模型數(shù)字水印的攻擊問題 16
2.6 三維模型數(shù)字水印的性能評價 18
2.7 三維模型數(shù)字水印的發(fā)展展望 19
第三章 三維數(shù)字產(chǎn)品的漢字水印算法綜述 20
3.1數(shù)字水印算法的思想 20
3.2 數(shù)字水印嵌入方法 24
3.2.1 嵌入基元的選擇 24
3.2.2 對數(shù)據(jù)的預(yù)處理 24
3.2.3 對頂點的分區(qū)操作 25
3.2.4 分區(qū)內(nèi)頂點范數(shù)的歸一化處理 25
3.2.5 數(shù)字水印的嵌入 26
3.2.6 模型中心的恢復(fù) 30
3.3 數(shù)字水印的提取算法 30
第四章 三維指紋數(shù)字水印系統(tǒng)的實現(xiàn) 32
4.1 漢字至二值水印信息的轉(zhuǎn)變 32
4.2 水印轉(zhuǎn)換程序運行界面 33
4.3 數(shù)字水印嵌入的實現(xiàn) 35
4.3.1 數(shù)字水印嵌入源程序 35
4.3.2 數(shù)字水印嵌入程序的實現(xiàn) 40
4.4 數(shù)字水印提取的實現(xiàn) 41
4.4.1 數(shù)字水印提取源程序 41
4.4.2 數(shù)字水印提取程序的實現(xiàn) 44
第五章 總結(jié) 45
致 謝 46
參考文獻 47
TA們正在看...
- 小學(xué)單詞分類聯(lián)想記憶.doc
- 小學(xué)衛(wèi)生組織機構(gòu)領(lǐng)導(dǎo)小組.doc
- 小學(xué)及初中英語現(xiàn)在進行時基本用法.doc
- 小學(xué)古詩80首注音版資料.doc
- 小學(xué)古詩詞教學(xué)策略——岳峰小學(xué)學(xué)習(xí)心得.doc
- 小學(xué)古詩詞運用練習(xí)題.doc
- 小學(xué)古詩詩畫本一年級把詩畫出來,提升古詩興趣.doc
- 小學(xué)句子訓(xùn)練如何把句子寫具體生動資料.doc
- 小學(xué)各年級寫作要點要求.doc
- 小學(xué)各年級數(shù)學(xué)-重難點學(xué)習(xí)方法.doc