Movie analysis color change
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Image Analyst
am 9 Mai 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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Audio and Video Data finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!