三维数字产品认证系统的设计与实现.doc

   
约47页DOC格式手机打开展开

三维数字产品认证系统的设计与实现,2.34万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 具有数千年历史的古老学科图形学,在现今的计算机时代得到了飞速发展。在许多主流的多媒体应用中,如计算机辅助设计,虚拟现实等,三维模型起着重要的作用。如何控制和管理这些三维模型是一个亟待解...
编号:150-423102大小:1.22M
分类: 论文>计算机论文

内容介绍

此文档由会员 淘宝大梦 发布

三维数字产品认证系统的设计与实现

2.34万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

摘要 具有数千年历史的古老学科图形学,在现今的计算机时代得到了飞速发
展。在许多主流的多媒体应用中,如计算机辅助设计,虚拟现实等,三维模型起着重要的作用。如何控制和管理这些三维模型是一个亟待解决的现实问题。
数字水印,一项源于隐写术的信息隐藏技术,很好地解决了使用需求和内容控制之间的矛盾。其通过将一个不可见的标记嵌入到多媒体作品中,能够抵御有意和无意的攻击,以达到内容认证,版权保护等目的。然而,相对于图像,视频和音频领域的水印技术,三维模型水印技术,尤其是其中的鲁棒水印和盲水印,显得很不成熟。
文中使用的水印嵌入算法是基于矢量长度的三维模型共有水印算法,对一般的攻击都具有较好的鲁棒性。使用的二值水印由外部印章转换得出,借用传统的二值图像转换方法,选取中间阈值作为比较对象,逐点像素进行转换,并保存转换得到的二值水印信息。在水印提取前,需要做一些预处理工作:重定位、重采样。提取水印之后的认证工作是由二值序列到图像的转换,然后再从图像的角度进行相似比较的算法设计进行。最后给出了对评估算法的难点和发展前景进行了总结和展望。

关键词 版权保护 数字水印 图像转换


Design and Implementation of a three-Dimensional Digital Product Certification System

Abstract Graphics, as an ancient science stemming from thousands of years ago, has been flourishing in current computer era. Besides, 3D models are playing an important role in many mainstream multimedia applications, such as CAD and virtual reality. How to control and manage these models becomes a practical and urgent problem.
Digital watermarking, an information hiding technique deriving from steganograph, perfectly balances the needs of product users and the rights of content owners. It embeds an invisible mark into multimedia products for special purposes, including content authentication, copyright protection, and so on, which can withstands intentional or unintentional attacks. However, while watermarking of image, video and audio is reaching maturity nowadays, 3D watermarking is still in it infancy, especially its blind and robust branch. At present, being the most general and flexible 3D modeling scheme to represent complex surface model, triangular mesh draws primary attention within 3D watermarking research.
Watermarking algorithm used in the text is based on the total length of the three-dimensional model of the vector watermarking algorithm, attacks have generally robust. Binary watermark is derived from the use of an external seal conversion, to borrow a traditional binary image conversion method selected intermediate threshold as a comparison, the pixel-by-point conversion, and save the binary watermark information conversion. Before watermark extraction, need to do some preprocessing: Relocation, resampling. After certification watermark is a binary sequence to image conversion, and then from the perspective of the image similarity comparison algorithm design. Finally, the difficulties and prospects for eva luation algorithm summarized and outlook.

Key Words copyright protection digital watermarking image conversion


目录
第一章 绪论......................................................1
1.1课题研究背景及意义 1
1.2 国内外相关技术发展现状 2
1.3本文的工作安排 5
第二章 三维模型数字水印技术....................................6
2.1 数字水印技术的本质与特性 6
2.2数字水印的基本框架 7
2.3 三维模型数字水印的特性与分类 8
2.4三维模型数字水印技术概述 10
2.4.1 三维模型的表示方法 10
2.4.2三维网格模型数字水印技术特点与要求 12
2.4.3三维网格模型数字水印算法研究进展 14
2.4.4三维模型数字水印的攻击问题 19
2.5三维模型数字水印的性能评价 20
第三章 三维水印的嵌入与提取方法............................22
3.1 理论基础 22
3.1.1 法向量数字水印模型 22
3.1.2 水印攻击与提取算法 23
3.1.3 水印的检测与比较 24
3.2 三维水印嵌入算法 25
3.3 三维水印提取算法 26
第四章 三维数字产品认证系统实现...............................29
4.1系统介绍 29
4.2 图像至二值水印信息的转换 30
4.3 水印嵌入 32
4.3.1 水印嵌入程序设计 32
4.3.2 水印嵌入运行界面 36
4.4 水印提取及相似图像比较 37
4.4.1 水印提取程序设计 37
4.4.2 水印提取与比较运行界面 39
结论..............................................................40
致谢..............................................................41
参考文献..........................................................42