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.

Results 1 to 4 of 4

Thread: invisible watermarking

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    2
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default invisible watermarking

    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?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: invisible watermarking

    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.

  3. #3
    Junior Member
    Join Date
    Nov 2012
    Posts
    2
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: invisible watermarking

    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.

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: invisible watermarking

    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.

Similar Threads

  1. Frame not becoming invisible
    By sbjibo in forum What's Wrong With My Code?
    Replies: 14
    Last Post: June 27th, 2012, 11:58 PM
  2. Replies: 2
    Last Post: September 23rd, 2011, 11:54 AM
  3. invisible box game
    By new2java in forum Loops & Control Statements
    Replies: 1
    Last Post: September 27th, 2009, 12:46 PM