Observing difference between two images graphically

1 visualización (últimos 30 días)
mona
mona el 15 de Mzo. de 2014
Respondida: Image Analyst el 15 de Mzo. de 2014
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?

Respuestas (2)

Walter Roberson
Walter Roberson el 15 de Mzo. de 2014
rgb2gray() gives you brightness of each pixel. Perhaps you want to create a histogram from the results.

Image Analyst
Image Analyst el 15 de Mzo. de 2014
See my RGB histogram demo, attached. It goes through all the images in the folder plotting the histograms for each color channel.

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by