登录
首页 » Python » 基于小波变换的数字水印方法

基于小波变换的数字水印方法

于 2020-04-15 发布
0 300
下载积分: 1 下载次数: 3

代码说明:

说明:  使用 python 语言实现水印的去除和添加,增加多种对抗(Using Python language to remove and add watermarks, and increase a variety of Countermeasures)

文件列表:

基于小波变换的数字水印方法, 0 , 2020-04-15
基于小波变换的数字水印方法\main.m, 503 , 2015-01-03
__MACOSX, 0 , 2020-04-15
__MACOSX\基于小波变换的数字水印方法, 0 , 2020-04-15
__MACOSX\基于小波变换的数字水印方法\._main.m, 274 , 2015-01-03
基于小波变换的数字水印方法\setdwtwatermark.m, 1702 , 2015-01-03
__MACOSX\基于小波变换的数字水印方法\._setdwtwatermark.m, 274 , 2015-01-03
基于小波变换的数字水印方法\基于支持向量机(SVM)的数字音频水印.pdf, 464928 , 2020-04-15
__MACOSX\基于小波变换的数字水印方法\._基于支持向量机(SVM)的数字音频水印.pdf, 431 , 2020-04-15
基于小波变换的数字水印方法\getdwtwatermark.m, 832 , 2015-01-03
__MACOSX\基于小波变换的数字水印方法\._getdwtwatermark.m, 274 , 2015-01-03
基于小波变换的数字水印方法\dwtwatermarkattack.m, 823 , 2015-01-03
__MACOSX\基于小波变换的数字水印方法\._dwtwatermarkattack.m, 274 , 2015-01-03
基于小波变换的数字水印方法\logo.tif, 1074 , 2000-12-04
__MACOSX\基于小波变换的数字水印方法\._logo.tif, 218 , 2000-12-04
基于小波变换的数字水印方法\office_5.jpg, 146638 , 2007-11-09
__MACOSX\基于小波变换的数字水印方法\._office_5.jpg, 218 , 2007-11-09
__MACOSX\._基于小波变换的数字水印方法, 218 , 2020-04-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA...
    这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA事业奋斗-This is a JAVA help documentation, I upload here is to help beginners a JAVA platform, Let us Java can cause to a new height, we are here for our Java enthusiasts can work together. JAVA struggle for the cause
    2023-09-06 22:55:02下载
    积分:1
  • meanfunction
    说明:  根据风时程数据,通过对风压或风速的处理,从中提取平均风数据(according to the data of wind time history, mean wind data was found from the data.)
    2020-01-17 14:00:34下载
    积分:1
  • VB.NET源码:另类控制面板
    VB.NET源码:另类控制面板,先看一下演示截图吧,运行窗口中的按钮对应一个控制面板中的功能,这个界面就类似于控制面板的界面,只是做了功能,界面方面没有怎么优化,所以看上去是土鳖了一些。VB.NET2008代码。
    2023-05-17 02:10:04下载
    积分:1
  • A game of avoiding the octopus and VB source code to help beginners develop VB g...
    一款逃过大章鱼VB游戏源代码,可以帮助初学者开发VB小游戏-A game of avoiding the octopus and VB source code to help beginners develop VB game
    2022-12-05 19:05:03下载
    积分:1
  • 赌场骰子游戏[编程原理
    Casino Dice Game [Programming Principles One - Assignment 2] -Casino Dice Game [Programming Principles One- Assignment 2]
    2022-08-15 00:18:31下载
    积分:1
  • FP
    说明:  This code is for fingerprint recognition
    2010-01-20 13:03:40下载
    积分:1
  • 一个VC++ 随机数组生成类
    VC++随机数组生成类的源代码,代码由重庆大学光电学院311实验室 袁刚编写,将随机生成的数组序列保存在TXT中,srand((unsigned)time(NULL));// 生成时间种子   m=rand()%m_Txt_Line;// 返回一个0-m_Txt_Line-1的随机数,即查表的起始位置   mx=m%m_Txt_Row;// 查表起始位置的列号,文件头为0行0列   my=m/m_Txt_Row;// 查表起始位置的行号   // 下面取出剩下的字符串中每三个空格前面的字符串,就是所要查一个数据   for(m=0;m  {   aw2=strc.Find(" ");// 找到作为间隔的后三个空格所在位置   if(mx==m_Txt_Row-1||m==m_Txt_Row-mx-1)   a_Random[ct]=atof(strc);   else   a_Random[ct]=atof(strc.Left(aw2));// 保存数据到数组   aw1=strc.GetLength();   aw2=strc.Find(" ");// 找到作为间隔的前三个空格所在位置   strc=strc.Right(aw1-aw2-m_Txt_Spacing);// 取这三个空格右边的所有字符串
    2023-02-02 04:50:03下载
    积分:1
  • 四码子,西北人的游戏。连三胜。这种棋类游戏没有五子棋那么难。特别适合开发小孩子的智力。
    四码子,西北人的游戏。连三胜。这种棋类游戏没有五子棋那么难。特别适合开发小孩子的智力。-Four different, northwest of people game. Even three wins. This chess game is not so difficult Gobang. Particularly suited to the intellectual development of children.
    2022-02-02 22:36:52下载
    积分:1
  • voronoi
    说明:  用于智能体自动目标搜索或自动避障路径规划(Path Planning for Agent Automatic Target Search or Obstacle Avoidance)
    2019-02-26 10:33:59下载
    积分:1
  • TestPoco
    说明:  C++Poco库测试用例和部分使用方法,供分享使用(C + + poco library test cases and some usage methods for sharing)
    2020-01-07 14:19:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载