Movie analysis color change
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 9 May 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 Comments
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!