i need a code for hiding a text in an image using lsb technique
5 次查看(过去 30 天)
显示 更早的评论
hello, i need a code to hide a message in an image using lsb technique(Steganography).... im new user to use a matlab... i just only knew the basic command of matlab.... plzzzzzzzzz help
17 个评论
Walter Roberson
2022-11-13
移动:DGM
2023-2-5
If you have a uicontrol style 'edit' (traditional figures), or if you have a uitext (uifigures) and those have text in them, then matlab does not provide any way itself to find out what text is selected.
The same is true for edit fields.
You can find out which cells of a table are selected, or which entries of a list box or drop box are selected, but not what text is selected within a field.
采纳的回答
Image Analyst
2014-3-28
Attached is one where I hide an image. You can adapt it to hide text if you want.
6 个评论
Image Analyst
2014-9-18
That demo does not hide a gray scale image in another gray scale image. It only uses the cameraman gray scale image to create the binary image. It is actually the binary image that I'm hiding, and there is no data loss for that. I just made this demo a long time ago following what one poster said he wanted to do. If you have a version that hides a grayscale image inside another grayscale image, please post it.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!