How to see the compressed image after applying Huffman compression in an image?

1 view (last 30 days)
How to see the compressed image after applying Huffman compression in an image?

Answers (1)

John D'Errico
John D'Errico on 1 Aug 2015
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 Comments
Anushka
Anushka on 1 Aug 2015
But during the compression such as PCA we can see the compressed image,is there any way for Huffman compression too?
John D'Errico
John D'Errico on 1 Aug 2015
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?

Sign in to comment.

Categories

Find more on Denoising and Compression in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!