How to see the compressed image after applying Huffman compression in an image?
조회 수: 2 (최근 30일)
이전 댓글 표시
How to see the compressed image after applying Huffman compression in an image?
댓글 수: 0
답변 (1개)
John D'Errico
2015년 8월 1일
How to see it? Decompress it. An image is just a bunch of numbers, unless you interpret the whole as an image. A compressed image is just a different bunch of numbers, but as they are, not directly interpretable as an image.
댓글 수: 2
John D'Errico
2015년 8월 1일
You can "see" a PCA compressed image only by essentially recovering the image in some way. Or are you asking to look at the compressed values themselves?
참고 항목
카테고리
Help Center 및 File Exchange에서 Denoising and Compression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!