convert to grayscale
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
James
il 14 Lug 2011
Risposto: Image Analyst
il 27 Mag 2014
Hi
I want to put a video into Matlab and convert it into grayscale.
Please help!
0 Commenti
Risposta accettata
Harsha Vardhan Rao Avunoori
il 14 Lug 2011
Modificato: John Kelly
il 27 Mag 2014
Hello James,
You can load a video into MATLAB using VideoReader().
doc VideoReader
You can apply rgb2gray() on each frame.
0 Commenti
Più risposte (1)
Image Analyst
il 27 Mag 2014
See attached demo. Put rgb2gray() in there to adapt it to do what you want.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!