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!