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

1 次查看(过去 30 天)
demo for compression ratio calculation

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by