Observing difference between two images graphically
显示 更早的评论
Hi,
I was wondering if there a way to plot brightness intensity curve of rgb image so that I could observe the changes between two sequential images graphically?
回答(2 个)
Walter Roberson
2014-3-15
0 个投票
rgb2gray() gives you brightness of each pixel. Perhaps you want to create a histogram from the results.
Image Analyst
2014-3-15
0 个投票
See my RGB histogram demo, attached. It goes through all the images in the folder plotting the histograms for each color channel.
类别
在 帮助中心 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!