can you please provide me with the simplest demonstrating code to calcolate compression ratio
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
demo for compression ratio calculation
0 Kommentare
Antworten (1)
Pradeep Gowda
am 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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!