Movie analysis color change
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!