Science topic
Digital Watermarking - Science topic
Explore the latest questions and answers in Digital Watermarking, and find Digital Watermarking experts.
Questions related to Digital Watermarking
I have done a survey related to Stegnography most of the paper with LSB, DWTand DCT. Please suggest some new technique of stegnography
Did anyone have MatLab code of 2-bit simple LSB substitution code for gray image steganography? Please share it. I need it for performance comparison purpose with my technique.
I want a hardware which support MATLAB code code for my data hiding algorithm . Kindly suggest me the hardware board which support MATLAB code.
Digital watermarking is used for image copyright protection.is copyright protection is part of image forensics.
I need a Matlab code for an intelligent watermarking approach based particle swarm
optimization in discrete wavelet domain.
Dear Researchers,
I am novel researcher of image processing. I am researching and developing new digital image watermarking method. For evaluation of this research, I need to compare the original image and watermarked image. Then I have to calculate degradation or information loss of watermarked image (after watermark embedding process). I need to know how this evaluation done and what are the tools I can use to this evaluation?
Thanks and Best Regards,
it is possible to implement watermarking algorithms with open CV.
Hello,
I am using OpenCV library to watermark a video but the problem is in the insertion step. I decompose the video into frames then i insert a mark in the frames and when i try to gather them to create a video using a codec the mark is lost because of compression. I try to use a lossless codec ( CV_FOURCC('I', 'Y', 'U', 'V') ) but i didn't find the one which is supported by OpenCV and Ubuntu 14.04.
Please if someone can help me ?
Thank you very much
Can anyone can tell the term data coloring in cloud? How we can utilize digital watermarking algorithms to provide security for images that we are keeping in a cloud storage, that is actually managed by third party? or expecting some issues that can be focused to do research on image security on cloud. Any suggestion on this regard will be helpful for me.
website or book that gives details to how implement this algorithm programmatically in simple way
In table 1 of this paper, it is seen that for different payloads from 0.1 to 0.7, the effective payloads are same, eg. for image Lena, effective payloads are 0.58, I want to know how to achieve it?
Hello
Please do you have some articles in fragile watermarking for videos?
Thank you very much
Anybody have materials on the topic of "Image Retrieval Based upon Digital Watermarking"
Thanks in advance.
Inquiry into the practical performance of audio watermarking.
So far I have an idea that in QIM we first modulate the index of the multiple orthogonal quantizers as per the code bits. In dither modulation good noise is added first and then quantized.
Can you explain a bit more to direct me in implementation of QIM? Also, it would be nice of you if you suggest some good references.
Conference Paper Audio Watermarking based on Quantization Index Modulation in...
Dear... Friends... Digital watermark agents used as forgery detection on internet but its challenging task over internet due to huge amount of data. What is your point of view to solve this challenging task.
How can you implement DEW step by step?
I want to detect if a text based document's original form is tampered after publication.
Suppose that I have the original document and want to compare with another. Zero-watermark (zwm) is suggested to achieve this. Can zwm show me which parts or characters are tampered?
I haven't found any paper that provides an elementary analysis.
We know that some of the approaches work well on low embedding capacity and some on high embedding capacity.
In Digital Watermarking, Human Visual System is an important topic, to solve this topic Watson Visual Model analysis is required.
Here is the steps that I am successful so far :
1.Apply 3Level of DWT to host image
2.Apply SVD to one of the subbands
3.convert the subband and SV's to semi-binary using my own algorithm which will convert a number such as 205.36 to a semi-binary form like :
1.36 0 1 1 0 0 1 1
4.insert my watermark inside the frist and second LSB of the semi-binary form
5.Apply the reverse SVD
6.Apply the IDWT
Until here my watermark is remain intact But when I am going to write the image like
% convert back to uint8
WImg8=uint8(WImg);
imwrite(WImg8,'dwt_watermarked.bmp','bmp');
After extracting the watermark , the watermark is something else, I was wondering if I am doing something wrong? DO I have to convert the whole thing to uint8? because otherwise the written image is one blank image if I don't convert it to unit8
I am trying to write a code to watermark some binary information inside the SVD form of DWT of image. Here are the steps that I am successful with so far:
1. Apply 3 Level of DWT to host image
2. Apply SVD to one of the sub-bands
3. Convert the sub-band and SVs to semi-binary using my own algorithm, which will convert a number such as 205.36 to a semi-binary form like this:
1.36 0 1 1 0 0 1 1
4. Insert my watermark inside the first and second LSB of the semi-binary form
5. Apply the reverse SVD
6. Apply the IDWT
Until here my watermark remains intact, but when I am going to write the image like this:
% convert back to uint8
WImg8=uint8(WImg);
imwrite(WImg8,'dwt_watermarked.bmp','bmp');
after extracting the watermark , the watermark is something else, I was wondering if I am doing something wrong. Do I have to convert the whole thing to unit8? Otherwise the written image is one blank image if I don't convert it to unit8.
Convex optimization or classical optimization etc
I am researching on watermarking for supporting copy protection. Some articles mentioned that watermark can be used to bear copy control information (CCI) for DVD video, such as copy freely, copy once and copy never. Once DVD player or recorder detect such information, it will do the task according to the CCI. Currently, I want to know how this work can be implemented to protect an image and simulated using Matlab.