convert to grayscale
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
James
am 14 Jul. 2011
Beantwortet: Image Analyst
am 27 Mai 2014
Hi
I want to put a video into Matlab and convert it into grayscale.
Please help!
0 Kommentare
Akzeptierte Antwort
Harsha Vardhan Rao Avunoori
am 14 Jul. 2011
Bearbeitet: John Kelly
am 27 Mai 2014
Hello James,
You can load a video into MATLAB using VideoReader().
doc VideoReader
You can apply rgb2gray() on each frame.
0 Kommentare
Weitere Antworten (1)
Image Analyst
am 27 Mai 2014
See attached demo. Put rgb2gray() in there to adapt it to do what you want.
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!