Welcome![Sign In][Sign Up]
Location:
Search - add watermarking to image

Search list

[Special EffectsWatermarking

Description: Add watermark to image The program provide the interface to the user that the watermark can be easily added to the image
Platform: | Size: 134994 | Author: Frankie | Hits:

[Documents20070815

Description: 提出了一种基于小波域的图像数字水印算法·该算法将相互正交的两种水印(鲁棒水印和参考 水印)同时添加到经过DWT后的载体图像小波系数中,然后用小波反变换得到添加了水印的图像·用提取出 的参考水印来估计图像所受到的攻击,由于提取出的鲁棒水印所受的攻击与参考水印受到的攻击一样,因此 可以估计出原始的鲁棒水印·通过对嵌入水印的图像进行加入噪声、滤波、压缩以及裁剪等大量图像处理等试 验,均能正确检测出水印,表明该算法具有很好的感知效果和鲁棒性 -A wavelet-based image digital watermarking algorithm that the algorithm will be mutually orthogonal two watermarks (watermark robust watermarking and reference) at the same time added to the carrier after image after DWT wavelet coefficients, and then using wavelet transform has been Add a watermark image to use to extract a reference to estimate the watermark image by the attacks, as a result of the robust watermark extracted suffered attacks and the reference watermark by the same attack, it can be estimated through the original Robust Watermarking of the embedded watermark image by adding noise, filtering, compression and cutting, such as a large number of image processing such as testing, can correctly detect the watermark, show that the algorithm has good performance and robustness of perception
Platform: | Size: 190464 | Author: 李倩 | Hits:

[Special EffectsWatermarking

Description: Add watermark to image The program provide the interface to the user that the watermark can be easily added to the image
Platform: | Size: 162816 | Author: Frankie | Hits:

[matlabwatermarkingcode

Description: 包含了多个matlab编程在图像中加入水印的处理代码-Contains a number of matlab programming to add watermark in image processing code
Platform: | Size: 507904 | Author: tianxia | Hits:

[Special Effectswatermark

Description: 在音频中加入数字水印,本程序是在一段音频中加入一个二维图像-Add audio digital watermarking, the process is in a section of audio to add a two-dimensional image
Platform: | Size: 1024 | Author: lizhenzhen | Hits:

[Special EffectsDigitalWaterMark

Description: 数字图像水印,使用小波变换进行水印的添加和提取。matlab源代码。wm_embed.m嵌入。wm_extract.m提取。-Digital image watermarking, the use of wavelet transform to add and extract the watermark. matlab source code. Embed wm_embed.m. wm_extract.m extraction.
Platform: | Size: 4096 | Author: 李昂 | Hits:

[matlabdwprotected

Description: Matlab source code for DCT-based watermarking for grayscale images. DCT-based watermark recovering without resorting to the uncorrupted original image. Digital watermarking has been proposed as a viable solution to the need of copyright protection and authentication of multimedia data in a networked environment, since it makes possible to identify the author, owner, distributor or authorized consumer of a document. A new watermarking technique to add a code to digital images is presented: the method operates in the frequency domain embedding a pseudo-random sequence of real numbers in a selected set of DCT coefficients. Watermark casting is performed by exploiting the masking characteristics of the Human Visual System, to ensure watermark invisibility. The embedded sequence is extracted without resorting to the original image, so that the proposed technique represents a major improvement to methods relying on the comparison between the watermarked and original images.
Platform: | Size: 98304 | Author: omar | Hits:

[Special Effectsimage.java.tar

Description: 实现对图片数字水印的添加和缩放,并且包含数字和图片水印的添加。而且增加了缩放功能。-Implementation of digital watermarking to add the picture and zoom, and includes figures and images watermark to add. And increased the zoom feature.
Platform: | Size: 2048 | Author: talentyao | Hits:

[.netwater

Description: 实现图片水印的添加,和文字水印的添加C#源码-Add to achieve image watermarking
Platform: | Size: 18432 | Author: wangqiwen | Hits:

[Graph programsignature

Description: 该目录包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。 需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。 NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。我们已经对 256灰度级,512×512大小的图像进行了测试。程序编译后的调用格式如下(以encode为例): wm_cox_e -s cox.sig -o wm_image.pgm image.pgm 其中,-s表示要添加的水印信号,cox.sig是信号文件。 -o表示输出图像文件名为wm_image.pgm, image.pgm为输入文件名。 几个辅助程序: cmp_pgm 计算差分图像,PSNR等 cmp_dct 计算全帧DCT域的差分图像 cmp_dct8x8 计算8×8大小的DCT域差分图像 比如说,为了产生两个PGM图像的差分图像并计算它们的PSNR,命令如下: cmp_pgm -p -i original.pgm -o diff.pgm watermarked.pgm 产生水印信号: gen_cox_sig -o cox.sig 程序将产生适合512×512大小,8-bit灰度的pgm图像的水印信号。 水印提取: wm_cox_d -s cox.sig -i lena.pgm -o cox.wm cox_lena.pgm 请注意,cox的算法需要原始图像做参考来提取水印,压缩后的水印将存储在cox.wm中。-This directory contains the C-based portable digital watermarking algorithm code. The code has a demonstration Of meaning, and there is a certain degree of robustness. NetPGM need to install the package (to access the pgm format images), and then to compile in linux below. NetPGM is the image file input/output package. Can search by. We have already 256 gray level, 512 × 512 size images were tested. Procedure call format, compiled as follows (in encode an example): wm_cox_e-s cox.sig-o wm_image.pgm image.pgm Which,-s that you want to add the watermark signal, cox.sig is the signal file. -O said output image file name wm_image.pgm, image.pgm for the input file name. Several auxiliary programs: cmp_pgm calculate the difference image, PSNR, etc. cmp_dct full frame DCT domain calculation of difference image cmp_dct8x8 calculate the size of 8 × 8 DCT domain differential image For example, in order to produce two PGM images and calculate their differ
Platform: | Size: 19456 | Author: sylvia | Hits:

[Special Effectslsb-watermarking

Description: Briefly with the following code I will try to embed the MSB of the baboon image into the picture of Lena by exploiting the LSB embedding technique. We will try also to add an WGN (white gaussian noise) to the image then after these operations we will write to file the results. The code is heavily commented, so I think that further explanations are not ne-Briefly with the following code I will try to embed the MSB of the baboon image into the picture of Lena by exploiting the LSB embedding technique. We will try also to add an WGN (white gaussian noise) to the image then after these operations we will write to file the results. The code is heavily commented, so I think that further explanations are not needed
Platform: | Size: 1024 | Author: gege | Hits:

[matlablsb-watermarking-recover

Description: Briefly with the following code I will try to embed the MSB of the baboon image into the picture of Lena by exploiting the LSB embedding technique. We will try also to add an WGN (white gaussian noise) to the image then after these operations we will write to file the results. The code is heavily commented, so I think that further explanations are not needed.Recover
Platform: | Size: 1024 | Author: gege | Hits:

[Special Effectstwo-way-of-watermark

Description: 本程序能够在图像中加入文本水印,图像水印,并且能实现提取功能,在提取的过程中可以提前设置选择是使用盲水印还是非盲水印的提取,很方便明了的界面!-This procedure to add a text watermark, image watermark in the image and extract function in the extraction process can be set in advance to select the use of blind watermark extraction or non-blind watermarking, very easy to understand interface.
Platform: | Size: 5020672 | Author: wang | Hits:

[Windows DevelopWatermarkImage

Description: C#图像水印,为图片增加光晕效果,一个实用的C#图像处理功能实例,在一张图片上加上光晕效果,实际光晕效果是由事先准备好的水印图片来叠加的,计算好图像坐标,叠加到原处,就模拟出了为图像增加水印的功能,具体效果截图请看上图。-C# image watermarking, to increase the halo effect for the picture, a practical C# image processing functions instance, in a picture with the halo effect, the actual halo effect from the watermark image is superimposed to calculate the image prepared in advance. coordinates, superimposed to the original simulation add watermarks to the image, the specific effects shot, see Figure.
Platform: | Size: 667648 | Author: | Hits:

[Windows DevelopBadgeImage

Description: C#在图像文件中添加文字标记,其实功能类似于为图片添加水印,可自定义文字内容,可设置文字出现在图片上的位置,是右上方或是左下方,我觉得和图片加水印的功能十分相似。另外本程序对文字进行了修饰处理,加上黑边框,更加漂亮。-C# add text in the image file mark, in fact, the function is similar for pictures add a watermark, custom text, you can set the text to appear on the location of the picture is at the top right or the bottom left, I think watermarking and pictures very similar. In addition to this modification program text processing, coupled with a black border, more beautiful.
Platform: | Size: 664576 | Author: fwta3 | Hits:

[Windows DevelopIMGwatermark

Description: Visual C#批量图片加水印程序,支持文字水印,也可浏览一张水印图片,同时支持通过本水印程序添加文字的水印,并可设置字体;使用图片水印的时候,还可进行图片透明度设置,水印图片建议使用分辨率为368*75的图片,设置成功后,可预览添加的水印效果-The Visual C# batch image watermarking program to support the text watermark can also browse a watermark image, while support through the watermark program to add text watermark, and can set the font , also pictures transparency settings when using picture watermark, the watermark Preview Add watermark picture suggestion to use a resolution of 368* 75 pictures, set successfully
Platform: | Size: 19456 | Author: ZHANG | Hits:

[AI-NN-PRwatermark

Description: 实现基于BP神经网络的数字水印添加和提取的实验。实验中采用了BP神经网络对原始图像进行处理添加水印。-Add the BP neural network-based digital watermarking and extraction experiments. BP neural network add a watermark to the original image processing is used in the experiment.
Platform: | Size: 1024 | Author: David | Hits:

[OtherWaterImage

Description: 给图片添加明水印(包含文字水印和图片水印),可以调整水印的位置,透明度,文字可以选择字体等信息。-Add Ming watermark to image (including text watermarking and image watermark), can adjust the position of the watermark transparency, can choose font information such as text.
Platform: | Size: 1654784 | Author: 小米 | Hits:

[Otherwatermarking-algorithm

Description: 基于相关理论的小波域数字盲水印算法,通过小波变换,将水印添加到图片中,介绍了盲水印的实现方法-Wavelet domain digital watermarking algorithm based on the theory, wavelet transform, add a watermark to the image, we introduce the implementation of watermarking
Platform: | Size: 309248 | Author: 刘晓萌 | Hits:

[Report papersRobust Image Watermarking Based on Generative Adversarial Network

Description: Digital watermark embeds informa- tion bits into digital cover such as images and videos to prove the creator’s ownership of his work. In this paper, we propose a robust image watermark algorithm based on a generative adversarial network. This model includes two modules, generator and adversary. Generator is mainly used to generate images embedded with watermark, and decode the image dam- aged by noise to obtain the watermark. Adver- sary is used to discriminate whether the image is embedded with watermark and damage the image by noise. Based on the model Hidden (hiding data with deep networks), we add a high-pass filter in front of the discriminator, making the watermark tend to be embedded in the mid-frequency region of the image. Since the human visual system pays more attention to the central area of the image, we give a higher weight to the image center region, and a lower weight to the edge region when calcu- lating the loss between cover and embedded image. The watermarked image obtained by this scheme has a better visual performance. Experimental results show that the proposed architecture is more robust against noise interference compared with the state-of-art schemes.
Platform: | Size: 704508 | Author: bamzi334 | Hits:
« 12 »

CodeBus www.codebus.net