[EDIT: 20110818 13:00 CDT - merge from duplicate - WDR]
i want explanation for hide text and find text
[Information merged from duplicate]
in steganography how hide the text and i want explanation for redc greenc bluec also

댓글 수: 1

Oleg Komarov
Oleg Komarov 2011년 8월 18일
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

댓글을 달려면 로그인하십시오.

답변 (3개)

Jan
Jan 2011년 8월 18일
편집: Walter Roberson 2016년 1월 11일

1 개 추천

Where do you want to hide the text?
  • In a cupboard
  • in another text
  • in a picture (->steganography)
  • in a GUI:
TextH = text(0.5, 0.5, 'asd');
set(TextH, 'Visible', 'off')
  • As encrypted stream on a hard disk?
We cannot guess the details.
Image Analyst
Image Analyst 2011년 8월 18일
편집: Image Analyst 2016년 1월 11일

1 개 추천

It's easy to hide text. I'll show you how by example below (of course it will be hidden so you'll have trouble seeing it):
There, so that's how you do it. That was easy wasn't it?
Walter Roberson
Walter Roberson 2011년 8월 18일

0 개 추천

There are multiple ways to hide text or even images in steganography, with different properties or tradeoffs. You could probably find more information by reading the Wikipedia article on the topic.
But it sounds as if you are referring specifically to the File Exchange Contribution http://www.mathworks.com/matlabcentral/fileexchange/11813-lsb-steganography . If so, then redc is just the red channel of the image, IMAGE(:,:,1)

질문:

2011년 8월 18일

편집:

2016년 1월 11일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by