i am doing a project on invisible watermarking, and seem to be stuck with the watermarking code. can anyone please help me with the code?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
i am doing a project on invisible watermarking, and seem to be stuck with the watermarking code. can anyone please help me with the code?
One post is enough. Your other 3 threads have been locked and will be deleted soon. Please read the link at the top of every forum that says If it's your first time here, please read http://www.javaprogrammingforums.com...uncements.html
Is this a java question? You've mentioned no details on the project, which ties our hands when it comes to trying to help
Last edited by copeg; November 1st, 2012 at 09:36 AM.
the problem is that i have to pick up 2 bits of R and 2 bits of B from a source image, and replace them with 2 bits of B each, which are picked up from a watermark image. am having problem as to how to approach the coding part of it.
If you are at the coding part, then I assume you have tested and finalized your algorithm, and have prepared pseudo-code to the like. We will need to see what you have so far and get a clear description on where you are stuck in order to be able to provide advice on coding.