登录
首页 » matlab » watermarking

watermarking

于 2017-01-07 发布 文件大小:3448KB
0 224
下载积分: 1 下载次数: 70

代码说明:

  lsb空域水印算法,dct水印算法,dwt水印算法,处理灰度水印以及彩色图像水印,同时还有字符水印嵌入音频中。分别有着三个GUI界面实现不同功能。欢迎批评指正!(lsb airspace watermarking algorithm, dct watermarking algorithm, dwt watermarking algorithm, the watermark process grayscale and color images watermarking, as well as the characters in the watermark embedded audio. Respectively GUI interface has three different functions. Welcome criticism correction!)

文件列表:

watermarking
............\1.wav,197676,2016-12-30

............\attack_cut.m,177,2017-01-04
............\attack_cut2.m,316,2017-01-05
............\attack_gaussion.m,289,2017-01-04
............\attack_gaussion2.m,746,2017-01-05
............\attack_salt.m,175,2017-01-04
............\caise1.m,2490,2017-01-04
............\caise2.m,2156,2017-01-04
............\dct_embed.m,1370,2017-01-04
............\dct_extract.m,1485,2017-01-04
............\disorder.m,285,2005-06-29
............\dwt_embed.m,556,2017-01-02
............\dwt_extract.m,533,2017-01-02
............\Embed1.m,1859,2016-12-28
............\Embed2.m,782,2016-12-21
............\Extract1.m,1539,2016-12-28
............\Extract2.m,452,2016-12-21

............\gui.fig,18520,2017-01-05
............\gui.m,13489,2017-01-05



............\lena256.BMP,66616,2016-12-23
............\lena512.bmp,263222,2006-11-15
............\lena_color.bmp,786486,2012-04-09
............\lena_color2.jpg,27915,2016-06-25
............\lena_embed.bmp,66614,2016-12-23
............\lena_wm.bmp,263222,2016-07-14
............\letterA.bmp,12426,2017-01-04
............\letterA.jpg,10806,2017-01-04
............\letterF.bmp,12426,2017-01-04
............\letterF.jpg,10656,2017-01-04
............\letterG.bmp,12426,2017-01-04
............\letterG.jpg,11567,2017-01-04
............\logo.gif,439497,2016-12-30
............\lsb_embed.m,451,2017-01-01
............\lsb_extract.m,405,2017-01-04
............\nc.m,228,2016-12-26
............\psnr.m,452,2016-12-26
............\readme.txt,36,2017-01-07
............\resorder.m,250,2005-06-29
............\Similar.m,274,2016-12-26
............\smile.bmp,5176,2016-12-25
............\Sun.bmp,12426,2016-07-15
............\test.m,190,2017-01-04
............\tyl.bmp,871638,2016-07-13
............\tyl64.bmp,12426,2016-07-14
............\watermark.bmp,5174,2016-12-26
............\watermark.fig,29238,2017-01-05
............\watermark.m,20438,2017-01-05
............\watermarked.bmp,66614,2016-12-26
............\watermarking.fig,7959,2017-01-05
............\watermarking.m,11646,2017-01-05

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

发表评论

0 个回复

  • DataEntryNameFilter
    This DataEntryFilter filters data entries based on whether their names match a given StringMatcher.
    2014-01-17 14:15:19下载
    积分:1
  • lee
    说明:  对图像噪声进行滤除,从而方便合成孔径雷达干涉图数据处理的后续步骤,包括相位解缠以及生成dem数据。(Image noise filtering)
    2021-02-02 12:27:59下载
    积分:1
  • plate
    说明:  此程序是关于车牌识别重的一个重要环节——图像的二值化过程,希望能给你一些帮助(this program is heavy on the license plate to identify an important part of the-- the two values image process and hope to give you some help)
    2006-04-01 09:36:42下载
    积分:1
  • xiangjibiaoding
    张正友相机标定法中的分步程序,包括计算单应矩阵程序、对标定图像进行初步处理的程序等(Zhang Zhengyou camera calibration method step by step procedures, including computing homography procedures for preliminary calibration of image processing procedures)
    2016-06-14 09:21:49下载
    积分:1
  • RLE
    RLE压缩算法,对.bmp格式文件进行操作。使用MFC编制界面,可读入位图,压缩后保存位图并显示。(RLE compression algorithm, bmp format file operation. Use the MFC preparation interface, readable into the bitmap compressed to save a bitmap display.)
    2021-03-25 22:49:13下载
    积分:1
  • pictureshow
    可以显示图像并显示大话西游中的经典台词,还可以播放动听的背景音乐。(Can display images and display the classic Journey to the West in the lines, but also can play pleasant background music.)
    2010-06-29 23:22:22下载
    积分:1
  • image
    在目标图像中找出已经给出的训练图像。通过训练训练图像得到参数,来找出目标图像中的训练图像(Has been given in the target image to identify the training image. TRAINING image parameters to identify the training images of the target image)
    2013-03-25 14:14:16下载
    积分:1
  • Li-Yi-Wei-Texture-Synthesis
    基于样本的纹理合成加速方法,MRF,基于Li-Yi Wei的论文。(Acceleration method based on texture synthesis samples, MRF, based on Li-Yi Wei of paper.)
    2021-03-11 15:09:25下载
    积分:1
  • 24BMP256ColorGray
    本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
    2020-07-01 01:20:02下载
    积分:1
  • slambook
    说明:  《视觉SLAM十四讲》高翔,完整版,前10章。对视觉定位,机器学习,深度学习有很大帮助(Gao Xiang, the complete version of vision slam 14 lectures, is very helpful for vision positioning, machine learning and deep learning)
    2020-12-30 16:58:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载