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

9 views (last 30 days)
demo for compression ratio calculation

Answers (1)

Pradeep Gowda
Pradeep Gowda on 5 Apr 2015
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.

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!