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!