Movie analysis color change

1 次查看(过去 30 天)
BG Kim
BG Kim 2016-5-9
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?

回答(1 个)

Image Analyst
Image Analyst 2016-5-9
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.

类别

Help CenterFile Exchange 中查找有关 Simulation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by