How to see the compressed image after applying Huffman compression in an image?
1 view (last 30 days)
Show older comments
How to see the compressed image after applying Huffman compression in an image?
0 Comments
Answers (1)
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
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?
See Also
Categories
Find more on Denoising and Compression in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!