Let, i have an lena image of 512*512 pixels. if the consecutive pixels of an image are less than 100 i want to apply 3 LSB, but if the consecutive pixels or any one of them are more than 100 then i want to use PIXEL VALUE DIFFERENCING( PVD) METHOD.
조회 수: 6 (최근 30일)
이전 댓글 표시
I need to hide text inside an image,Let, i have an lena image of 512*512 pixels. if the consecutive pixels of an image are less than 100 i want to apply 3 LSB METHOD, but if the consecutive pixels or any one of them are more than 100 then i want to use pixel value differencing(PVD) method to hide 4 LSB OR 5 LSB basing upon the difference value between the consecutive pixels.i.e if the difference value is between 0 to 15 then 4 LSB ELSE 5 LSB. kindly give a suggestion?
댓글 수: 1
Walter Roberson
2017년 4월 30일
How many consecutive pixels are being referred to? Consecutive in which directions ?
답변 (1개)
Image Analyst
2017년 4월 30일
I don't have a demo for exactly what you want to do (two different methods). I don't even know what you mean by "3 LSB METHOD", "4 LSB METHOD" or "5 LSB METHOD", but I do have a demo for LSB encoding of text in an image in my File Exchange. It's also attached.
Feel free to modify it or study how it works.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!