Movie analysis color change

5 visualizzazioni (ultimi 30 giorni)
BG Kim
BG Kim il 9 Mag 2016
Risposto: Image Analyst il 9 Mag 2016
At MATLAB R2016a for Win64, to analyze the movie which has some color change with respect to time. How can I get the color value (CIE color information) versus time plot?

Risposte (1)

Image Analyst
Image Analyst il 9 Mag 2016
Just look at the mean value
meanValue = mean(rgbImage(:));
If you see an abrupt change in that value from one frame to the next, it could indicate a scene change.

Categorie

Scopri di più su Animation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by