How to handle montage image?

2 次查看(过去 30 天)
Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!

采纳的回答

Image Analyst
Image Analyst 2020-7-1
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by