搜索资源列表
dct+ss
- dct变换+扩频的数字水印算法 水印为随即序列-Extra transform Spread Spectrum Watermarking digital watermarking algorithm for the forthcoming series
简单水印
- 用VC做的一个简单的空域水印算法-VC do a simple airspace watermarking algorithm
CEClassical
- 典型的LSB水印嵌入和提取算法,它是一个基本的matlab程序,可以帮助初学者入门 -typical LSB embedding and extraction algorithm, which is a basic Matlab procedures, Portal can help beginners
audiowatermarking
- audio watermarking 实现的声音数据水印算法与实现!!具体请看源文件
微软的数字音频水印原代码
- 微软的数字音频水印原代码,具体算法实现可以参考他们写的论文。,Microsoft digital audio watermarking the original code
33373_WaterMark
- 这是一个图像处理的例子,可以加水印的效果,作为一个学习图像处理算法的例子还是不错的。-This is an example of image processing, watermark can be added to the effect, as a learning image processing algorithm is a good example.
fsfdwt
- 采用独立分量分析的音频数字水印DWT算法,包括水印的嵌入、提取、和常用的几种攻击测试。-Using independent component analysis of the audio digital watermark DWT algorithm, including the watermark embedding, extraction, and commonly used to test several attacks.
zlib
- MP3音频流数字水印方案,试验表明该方案能得到较高的嵌入容量,对原始音频信号的改变较小,具有较好的隐形性,完整水印提取时间短,可以在音频播放过程中同步完成。通过对算法的进一步研究,我们发现可以利用插件技术将算法嵌入了当前的主流播放器中,从而实现水印信息的实时嵌入和提取。这可能成为保护网络音频版权、网络秘密通讯的一种可行的、低成本的解决方案。 -MP3 audio streaming digital watermarking program, experiments show that the
ContourshapedescriptionbasedoncodingMPEG7DigitalWa
- 基于MPEG_7形状轮廓描述编码的数字水印算法 提出了一种基于MPEG-7轮廓描述编码 的视频水印算法.在该算法中,原始视频数据被分割成等帧数的视频组,利用MPEG-7的轮廓 编码计算每个视频帧的主要物体轮廓坐标点集合 -Contour shape descr iption based on coding MPEG_7 Digital Watermarking Algorithm Based on MPEG-7 contour descr iption coding of video
DCT
- DCT域音频水印算法代码,用于音频媒体版权的保护-Audio Watermarking Algorithm for DCT-domain code
dct_total_ss
- 扩频域数字水印算法源代码,可以抗一般的攻击行为-Spread Spectrum Watermarking Algorithm source code, attacks against the general
dct_transform
- dct快速变化,对于基于dct的数字水印算法有很大的帮助。-dct algorithm.
1
- 本文提出一种基于H.264低比特率视频流的半脆弱盲水印方法,通过在H.264特有的的帧内预 测和运动向量预测中分别嵌入鲁棒水印和脆弱水印,达到版权保护和内容完整性认证的双重目的.通过在嵌入强 度和预测模式选择的拉格朗日乘子中引入H.264量化因子,增强了水印对重量化编码的抵抗力,取得更好的率 失真平衡,减小水印嵌入对视频流比特率的影响.该算法可以实现水印的快速嵌入提取,满足视频实时处理的要 求,实验结果证明了该算法的有效性.-A novel semi—fragile blind
A-guide-tour-of-video-watermarking
- 本文主要阐述数字视频水印的基本特征、原理、模型、嵌入/检测算法等,是学习视频水印的最佳资料。-This paper describes the basic features of digital video watermarking, principles, models, embedding/detection algorithm, is to learn the best video watermarking information.
DCT---matlab-
- 一种基于DCT的数字音频水印算法源代码,主要适用于MATLAB-More practical to the thesis,A DCT-based digital audio watermarking algorithm source code in MATLAB
JM
- 基于H.264的视频内容完整性认证的数字水印算法研究 -H.264-based video content integrity verification of digital watermark algorithm
audio-watermarking-scheme
- 实现混沌分数正弦变换域音频水印算法,可实现秘密嵌入水印-2009 Chaos-based discrete fractional Sine transform domain audio watermarking scheme
audiowatermarking
- 基于小波域变换的数字音频水印算法,该算法对音频信号实施小波变换,对精细分量的能量进行比较,根据能量比较的结果及水印比特,结合人类听觉系统,采取缩小或不改变精细分量能量的方法,在精细分量中嵌入水印。-Base on DWT of the digital audio watermarking algorithm,the audio signalhas been transformed by DWT, the energy of detail coefficient of the first thre
video-watermarking-algorithm
- LSB视频水印算法,以AVI视频为实例,通过matlab实现-video watermarking algorithm
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。