Observing difference between two images graphically
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
Walter Roberson
2014 年 3 月 15 日
rgb2gray() gives you brightness of each pixel. Perhaps you want to create a histogram from the results.
0 件のコメント
Image Analyst
2014 年 3 月 15 日
See my RGB histogram demo, attached. It goes through all the images in the folder plotting the histograms for each color channel.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!