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.
1 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
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.
Here is a solved example in MATHOWRKS: https://www.mathworks.com/matlabcentral/answers/423107-huffman-encoding-for-image
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Source Coding 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!