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!