image processing
Ältere Kommentare anzeigen
hello i wnt to plot graph of psnr vs noise, also mse vs noise, hw can i do it, plz giv me command. also i wnt to prepare table of psrn at noise density. can i get prepared table in matlab? i guess in workspace i can do that bt hw i dnt kw. plz help
Antworten (1)
Walter Roberson
am 13 Jun. 2011
0 Stimmen
You can plot graphs using plot()
If you want the table to show up in a graphic interface, you can use uitable(). If you want the table to be plain text, you should use fprintf() with fixed width formats such as %15f
Which definitions of "psnr" and "mse" and "noise" are you using, and how have you chosen to implement them?
1 Kommentar
SAPANA NIKHADE
am 15 Jun. 2011
Kategorien
Mehr zu Image Quality finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!