论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 电子通信论文
毕业论文标题:

基于奇异值分解的数字图像水印算法研究

 本文ID:LWGSW9226 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于奇异值分解的数字图像水印算法研究 (收费:8000 积分)  

电子通信论文编号:TX067        论文字数:25226,页数:54

目 录


摘 要   I
ABSTRACT   II
第一章  概述   1
1.1  数字图像水印的相关知识   1
1.1.1  数字图像水印  1
1.1.2  数字图像水印技术   1
1.1.3  数字图像水印技术的分类   2
1.2  基于SVD的水印算法研究现状   4
1.3  本论文章节安排   6
第二章  算法相关技术介绍  7
2.1  奇异值分解(SVD)的特性   7
2.2  Arnold变换   8
2.2.1  Arnold变换及其周期性  8
2.2.2  Arnold反变换算法   9
2.3 SVD与其他算法的结合  10
2.3.1  基于DCT和SVD的数字图像水印技术  10
2.3.2  基于DWT和SVD的数字水印算法   11
2.3.3  基于DFT-SVD域抗几何攻击图像水印算法   12
2.4 数字图像处理及Matlab简介   14
2.4.1  Matlab简介  14
2.4.2  数字图像处理简介   16
第三章  基于奇异值分解的数字图像水印算法   18
3.1  水印嵌入算法  18
3.2  水印提取算法  18
3.3 改进的基于SVD的数字图像水印算法   20
3.4 攻击测试与结果分析  22
3.5  尝试与离散小波变换结合  30
3.5.1  算法介绍  30
3.5.2  攻击测试  30
第四章 总结  35
4.1 工作总结  35
4.2 展望  36
致谢   37
参考文献   38
附录   40

摘 要

数字水印是将身份确认信息或保密信息镶嵌于图像中的一种技术,可靠的水印可为信息的安全提供可靠的保证。目前许多水印算法是在空间域或变换域插入数据的,例如离散余弦变换(DCT)、离散傅立叶变换(DFT)、离散小波变换(DWT)。在本文中,采用了基于奇异值分解(Singular Value Decomposition)的数字水印算法。图像奇异值分解(SVD)有以下性质:分解后图像矩阵的奇异值集中反映了图像的“亮度”(能量)特性,而对应的奇异矩阵只反映了图像的“几何”特性。因而奇异值的细微变化不会影响图像的视觉效果。
在本文算法中,置乱用于数字图像隐藏的预处理和后处理。对数字水印信号进行置乱分散了原始水印信号的相关性,在遭到剪切攻击时可以将错误码元尽可能分散,因此有效地提高了数字水印算法的抗剪切攻击性能。本算法是采用Arnold变换对水印图像进行置乱的,但利用Arnold变换周期性来恢复原图的计算量很大。所以在后处理过程中,采用了一种利用逆变换矩阵来求Arnold反变换的算法。本文算法还对提取出的水印进行了量化。首先确定像素值为1的下限和上限,然后对提取的水印图像进行了二值化处理,使最终的水印图像效果更佳。本论文算法还尝试将奇异值分解与离散小波变换相结合,即将水印嵌入到原图像二维离散变换后所得低频部分。实验结果表明,基于奇异值分解的本算法对常用的图像处理攻击具有良好的鲁棒性和不可见性。

关键词:奇异值分解,数字图像水印,鲁棒性,Arnold变换


ABSTRACT

Digital watermarking is a technique that can inlay identity information and secrecy information into images. Reliable watermarking provides a pledge for information safety. Many current watermarking algorithms insert data in the spatial or transform domains like the discrete cosine, the discrete Fourier, and the discrete wavelet transforms. In this paper, propose a digital watermarking algorithm based on Singular Value Decomposition (SVD). According to some properties, of SVD, each singular value (SV) specifies the luminance of the SVD image layer, whereas the respective pair of singular vectors specifies image geometry. Therefore slight variations of SV cannot effect the visual perception.
In the algorithm of this paper, scrambling technology is used as pre-processing and post-processing of digital image information hiding. The image watermarking is permuted to reduce the relativity of original pixels, so the error bits of the extracted watermarking are dispersed as well. Therefore the resistance to crop attack is improved significantly. In the algorithm, use Arnold transformation to scramble the watermark image, but the image resumption is computational expensive due to the periodicity of Arnold transformation. Therefore, in the post-processing process, used one kind of algorithm how ask the Arnold inverse transformation using the athwart transformation matrix. In the algorithm, but also has carried on the quantification to the recovered watermark image. First determined the lower limit and the upper limit of picture element value is 1, then to the recovered watermark image has carried on two values processing, caused the final watermark image effect to be better. In the algorithm, SVD will try to combine with DWT, and watermark is embedded into the low-frequency part of the original image after two-dimensional discrete wavelet. Experimental result show that the watermarking method based on SVD used to attack the image processing performs well in both imperceptibility and robustness.

KEY WORDS  singular value decomposition, digital image watermarking, robustness, Arnold transformation


相关论文
本论文在电子通信论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:图像压缩编码 下一篇:数字图象融合技术
Tags:基于 奇异 分解 数字 图像 水印 算法 研究 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供电子通信论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号