フィルターのクリア

Can any one mail me the code for plotting psnr versus bpp?

4 ビュー (過去 30 日間)
ATHIRA
ATHIRA 2014 年 5 月 4 日
コメント済み: Mohana Singh 2021 年 1 月 30 日
how to plot psnr (peal signal to noise ratio ) versus bpp(bits per pixels)

回答 (2 件)

Image Analyst
Image Analyst 2014 年 5 月 4 日
Assuming you've varied by bpp and gotten different psnr's for the different bpp
plot(bpp, thePsnr, 'bo-');
bpp and thePsnr are arrays that you've built up by trying different bpp.
Don't use psnr as a variable name because it's the name of a built in function in the Image Processing Toolbox.
  10 件のコメント
Walter Roberson
Walter Roberson 2021 年 1 月 30 日
A pixel is a unit with however much memory is required to store all of the color information. In cases of compression or mosaicing then bits per pixel may be non-integer, the mean (average) number required as it is not required that exactly the same amount of memory is used for each pixel.
Mohana Singh
Mohana Singh 2021 年 1 月 30 日
Thank you! I somehow got majorly confused, thanks a lot for clearing it up.

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


Spandan Tiwari
Spandan Tiwari 2016 年 6 月 24 日
There's also a function called psnr() in Image Processing Toolbox, that you can use.

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by