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!