convert to grayscale
5 次查看(过去 30 天)
显示 更早的评论
Hi
I want to put a video into Matlab and convert it into grayscale.
Please help!
0 个评论
采纳的回答
Harsha Vardhan Rao Avunoori
2011-7-14
编辑:John Kelly
2014-5-27
Hello James,
You can load a video into MATLAB using VideoReader().
doc VideoReader
You can apply rgb2gray() on each frame.
0 个评论
更多回答(1 个)
Image Analyst
2014-5-27
See attached demo. Put rgb2gray() in there to adapt it to do what you want.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!