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

1 次查看(过去 30 天)
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?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by