Info
この質問は閉じられています。 編集または回答するには再度開いてください。
error in finding compression ratio
1 回表示 (過去 30 日間)
古いコメントを表示
i have a code
out=imcompr('dock.jpg',20,'output_image01.bmp');
k=imfinfo('output_image01.bmp');
ib=k.Width*k.Height*k.BitDepth/8;
cb=k.FileSize;
cr=ib/cb
if i change the values of 20 as 50 ,200,2000,i get same value please help
1 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!