convert to grayscale
8 ビュー (過去 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!