MATLAB: Convert to grayscale

Image Processing Toolboxvideovideo processing

Hi
I want to put a video into Matlab and convert it into grayscale.
Please help!

Best Answer

Hello James,
You can load a video into MATLAB using VideoReader().
doc VideoReader
You can apply rgb2gray() on each frame.
Related Question