フィルターのクリア

remove embedded data from image after recovery

1 回表示 (過去 30 日間)
Elysi Cochin
Elysi Cochin 2017 年 3 月 3 日
編集済み: Elysi Cochin 2017 年 3 月 3 日
I hide an text to an image... when i recover the text, the text is coming correctly, and the image pixel values are not same (input and output)... when recovering the text, how to remove those embedded data from image...

採用された回答

Guillaume
Guillaume 2017 年 3 月 3 日
Assuming you're talking about steganography and not hiding the text in the image attributes, then you simply can't.
The whole principle of steganography is to replace parts of the image with your message. Once you've overwritten these parts of the original image, there's no way for you to know what it was. The original information is gone.
Now, if you implemented your algorithm properly, the change is not perceptually visible, but of course if you ask a computer to compare the exact intensities between the two images, it will see the differences.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEncryption / Cryptography についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by