Welcome![Sign In][Sign Up]
Location:
Search - watermark using dct

Search list

[Windows Developwatermark(0907backup-整图)

Description: 对整图做水印,用vc++进行编程,采用dct域,是鲁棒性水印-the whole map so watermark, with vc programmed using Extra domain is robust watermark
Platform: | Size: 304432 | Author: 刘江 | Hits:

[Graph program41695080DCT1

Description: using dct in watermark
Platform: | Size: 1761 | Author: fanqipin | Hits:

[OS program数字水印

Description: 对原始信号做DCT的算法:Cox 和Piva 等人提出的DCT技术的经典之作。Cox利用随机数发生器产生标准正态序列作为水印信息对图像进行整体DCT变换后,选取除去DC系数之外部分较低频率系数叠加水印信息 Piva则修改整幅图像的中频部分。对原始信号分块后,再作DCT的算法:Hsu和Wu 把图像进行8*8分块,将一个二进制序列作为水印放入DCT的中频区;有些学者则计算整个图像的DCT,把一个实数序列嵌入DCT的中频系数上。选择中频区的好处是一方面尽量减少嵌入信息对图像主观视觉的影响;同时,尽量避免有损压缩对水印信息可能带来的损失。还有一种DCT方法就是把水印信息嵌入到高频系数上,但是采用这种方法,抗压缩性非常差。-done to the original signal DCT algorithm : Cox Piva and others made the DCT technology classic. Cox using random number generator producing standard normal sequence information as a watermark image of the overall DCT, DC coefficient selection removed outside some lower frequency coefficient superposition watermark information Piva will be replaced by images of the entire IF part. The original signal block, before making the DCT algorithm : Wu Hsu and put images 8* 8 block, a binary sequence as watermarks Add DCT IF; Some scholars calculated whole image of DCT, a real sequence embedded IF DCT coefficients. IF the choice is a good one to minimize the embedded information to the subjective visual images; Meanwhile, try to avoid Compression right watermark information possible losses. There
Platform: | Size: 33792 | Author: 圣子到 | Hits:

[Graph Recognizecox2

Description: 用matlab实现的有一个数字水印程序,它也是基于dct算法的数字水印程序,对一副图像进行dct变换然后嵌入水印-using Matlab is a realization of the digital watermarking procedure, which is based on the A1501 digital watermarking algorithm procedures, a pair of images Extra Transform then embedded watermark
Platform: | Size: 424960 | Author: syn | Hits:

[Windows Developwatermark(0907backup-整图)

Description: 对整图做水印,用vc++进行编程,采用dct域,是鲁棒性水印-the whole map so watermark, with vc programmed using Extra domain is robust watermark
Platform: | Size: 491520 | Author: 刘江 | Hits:

[Crack HackDCTwatermark

Description: 基于dct的数字图像水印技术的matlab源代码。大家共享-DCT-based digital image watermarking technique matlab source code. U.S. share
Platform: | Size: 441344 | Author: 张娜 | Hits:

[matlabdct_total_ss

Description: 利用DCT域进行扩频水印的嵌入,含实验图像,和各种经典的攻击方式。可选择嵌入强度和攻击强度。利用Matlab编写-DCT domain using spread-spectrum watermark embedding, with the experimental images, and various classical attacks. The option embedded in the strength and intensity of attacks. Prepared using Matlab
Platform: | Size: 115712 | Author: 张湛 | Hits:

[Graph program41695080DCT1

Description: using dct in watermark
Platform: | Size: 2048 | Author: fanqipin | Hits:

[matlabwaterm_tut

Description: it s about digital watermark using LSBs, DCT and Wavelet methods
Platform: | Size: 3822592 | Author: badria | Hits:

[2D GraphicWaterMark

Description: watermark的DCT代码 using Matlab-watermark DCT source code in Matlab
Platform: | Size: 98304 | Author: alex | Hits:

[Crack Hackan_intellegent_audio_water_marking_based_on_dwt-s

Description: All three, Discrete Wavelet Transform (DWT) - Singular Value Decomposition (SVD) and Adaptive Tabu Search (ATS) have been used as mathematical tools for embedding data into an audio signal. In this paper, we present a new robust audio watermarking scheme based on DWT-SVD and ATS. After applying the DWT to the cover audio signal, we map the DWT coefficients, and apply the SVD, we search for the optimal intensity of audio watermarking by using the ATS. Experimental results show that the watermarking method performs well in both security and robustness to many digital signals processing, such as filtering, cropping, mp3 and random noise.
Platform: | Size: 267264 | Author: Rishi | Hits:

[Crack Hackdct1_embed

Description: 数字水印嵌入算法,利用离散余弦变换的(dct)算法-Digital watermark embedding algorithm, using discrete cosine transform (dct) algorithm
Platform: | Size: 1024 | Author: 肖乐 | Hits:

[Crack Hackdct1_recover

Description: 数字水印提取算法,利用离散余弦变换的(dct)算法-Digital watermark extraction algorithm using discrete cosine transform (dct) algorithm
Platform: | Size: 1024 | Author: 肖乐 | Hits:

[Software Engineeringwatermark

Description: Watermark using DCT is given in these file also dual watermarking is included in this file
Platform: | Size: 3270656 | Author: Rohan | Hits:

[matlabprjct-code

Description: digital watermark using dct
Platform: | Size: 7273472 | Author: nafees | Hits:

[matlabdct1_recover.m

Description: Extracting a WaterMark using DCT.
Platform: | Size: 1024 | Author: Athulya | Hits:

[matlabKODE-DCT-SVD-WATERMARK

Description: code matlab for digital watermarking using DCT-SVD
Platform: | Size: 48128 | Author: bas | Hits:

[Special EffectsDCT

Description: 基于DCT域的数字水印算法主要包括水印调制、水印嵌入和水印提取,首先在嵌入载体图像之前用Logistic混沌序列对水印进行调制,得到一个只有+1和-1随机序列的水印,同时将载体图像进行全局DCT变换,然后将水印图像嵌入人类视觉系统最重要的部分,即DCT最大的系数,DC(Direct Current)部分也包含在这最大的系数中,这部分的系数满足人类视觉特性,会使水印嵌入的性能更好。嵌入算法是将水印与这些系数进行相乘获得新的系数,再用新的系数来替换原来的系数,即获得嵌入水印后的离散余弦域的图像,然后对这个变换后的图像进行IDCT,就会得到需要的水印图像。-While the carrier image digital watermarking algorithm based on DCT domain include watermark modulation, watermark embedding and watermark extraction, the first of the watermark embedded in a carrier modulated image before using Logistic chaotic sequence, only+1 and-1 to get a random sequence of watermark, Global DCT transform, then the watermark image is embedded most important part of the human visual system, i.e. the largest DCT coefficients, DC (Direct Current) in this section also contains the largest coefficient, the coefficient of this part of the human visual characteristics to meet, make watermarks Embed better performance. The watermark embedding algorithm is with these coefficients are multiplied to obtain new coefficients, and then a new factor to replace the original coefficients, namely discrete cosine domain to obtain an image watermarked and then transformed the image of this conduct IDCT, on watermark image will be needed.
Platform: | Size: 4096 | Author: kelly | Hits:

[File Formatcode

Description: image watermark using DCT-DWT
Platform: | Size: 97280 | Author: manasrah | Hits:

[Special EffectsMATLAB数字水印[dwt+dct多攻击+GUI界面]

Description: 本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This topic is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method comparison digital watermarking system. With GUI interface. There is a main interface GUI, which can call the sub interface of DWT method and DCT method. The process includes: reading host image and watermark image, embedding, attack of various methods (cutting, adding noise, rotation, etc.), extracting, and finally evaluating the robustness of different attacks by using PSNR peak signal-to-noise ratio.)
Platform: | Size: 32044032 | Author: www.wobishe.com | Hits:
« 12 3 »

CodeBus www.codebus.net