Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!

 Akzeptierte Antwort

Image Analyst
Image Analyst am 1 Jul. 2020

1 Stimme

Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by