Hi, I want to convert an image into a string of 0's and 1's using huffman transform and hide it in another image.

Hi, I want to convert an image into a string of 0's and 1's using huffman transform and hide it in another image. Can anyone help what method I can use so that I can re-extract the hidden image with Huffman transform image?

回答 (1 件)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2022 年 12 月 24 日
A simple way is using a conversion from RGB to grayscale using rgb2gray(). Then proceed with builtin fcns: hist, huffmandict, huffmanenco.

カテゴリ

ヘルプ センター および File ExchangeLarge Files and Big Data についてさらに検索

質問済み:

2022 年 12 月 24 日

回答済み:

2022 年 12 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by