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