When I run the code shown in the link http://in.mathworks.com/matlabcentral/fileexchange/13584-compression-ratio, i got the output
Among these what is the difference between ' FileSize ' and ' BitmapSize ' .How this FileSize is calculated here. The formula for compression ratio is also here.

 採用された回答

Walter Roberson
Walter Roberson 2017 年 3 月 3 日

0 投票

"How this FileSize is calculated here."
Record the output of dir() of the file. Access the "bytes" field of the result.
"' BitmapSize '"
Bitmapsize is Height time Width.
"The formula for compression ratio is also here."

3 件のコメント

Renjith V Ravi
Renjith V Ravi 2017 年 3 月 4 日
Is there any unit for the ' FileSize ' in above example
Walter Roberson
Walter Roberson 2017 年 3 月 4 日
Bytes.
Walter Roberson
Walter Roberson 2017 年 3 月 4 日
Note that for compression calculations you need to know the number of channels per pixel and the number of bits per channel per pixel.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by