I have noisy image matrix.I need to plot it on line plot.How do I do it?

1 Ansicht (letzte 30 Tage)
Jane
Jane am 9 Okt. 2021
Beantwortet: KSSV am 9 Okt. 2021
I have both 2d and 3d noisy image matrix.I need to figure out how much have they been denoised.So,I need to plot them on a line plot.What should be appropriate code snippet?

Antworten (1)

KSSV
KSSV am 9 Okt. 2021
You can convert image into column using (:). But I don't think this is the way to check.
I = imread('cameraman.tif') ;
plot(I(:))

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by