How to handle montage image?

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

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by