Observing difference between two images graphically
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (2)
Walter Roberson
am 15 Mär. 2014
rgb2gray() gives you brightness of each pixel. Perhaps you want to create a histogram from the results.
0 Kommentare
Image Analyst
am 15 Mär. 2014
See my RGB histogram demo, attached. It goes through all the images in the folder plotting the histograms for each color channel.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!