can you please provide me with the simplest demonstrating code to calcolate compression ratio

Respuestas (1)

a=whos('sBmp'); b=dir('compressed.jpg'); c=a.bytes/b.bytes;
sBmp is my un-compressed image and compressed.jpg is saved output image. c gives u compresstion ratio.

Categorías

Más información sobre Denoising and Compression en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 5 de Abr. de 2015

Respondida:

el 5 de Abr. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by