can you please provide me with the simplest demonstrating code to calcolate compression ratio
1 次查看(过去 30 天)
显示 更早的评论
demo for compression ratio calculation
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!