Effacer les filtres
Effacer les filtres

How to calculate compression ratio of image?

3 vues (au cours des 30 derniers jours)
S .p.aramesh S
S .p.aramesh S le 24 Oct 2015
Commenté : Walter Roberson le 26 Sep 2018
A imgae converted to zigzag encoding after i applied Huffman compression.Now i MAT file only.
How to calculate compression ratio
  1 commentaire
Walter Roberson
Walter Roberson le 24 Oct 2015
This question has been asked numerous times. Please search for compression ratio in the "Search Answers" box.

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 24 Oct 2015
Calculate the ratio of the size of the uncompressed file on disk to the compressed file on disk.
  4 commentaires
elz tomz
elz tomz le 26 Sep 2018
using matlab function imfinfo you will get image filesize. with that you can calculate cr
Walter Roberson
Walter Roberson le 26 Sep 2018
image file size does not tell you compression ratio very well. image files have headers, and in some formats can have extra comments of arbitrary size.
Most image formats default to compressing the data. JPEG defaults to compressing the data in a lossy manner (throws away information); most of the other formats preserve all of the information.
In terms of the original question, the file was said to be a MAT file, which is not an image file format, so imfinfo will not tell you anything about it.
MAT files compress by default, but not always every item.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Import, Export, and Conversion dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by