how can find size of image after huffman compression?
1 回表示 (過去 30 日間)
古いコメントを表示
hello every one
please i have original image airplane.tiff
i compressed it by huffman coding
and i calculate compression ratio = 5.3
and then do huffman decoding
then
imwrite(original.tiff)
imwrite(compressd.tiff)
from propertes of file original size is 34kb
and compressd size 30kb
its true to say cr=34/30=1.13 ?
what mean every result please?
0 件のコメント
回答 (0 件)
参考
カテゴリ
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!