How to handle montage image?

2 views (last 30 days)
John Doe
John Doe on 1 Jul 2020
Answered: Image Analyst on 1 Jul 2020
Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!

Accepted Answer

Image Analyst
Image Analyst on 1 Jul 2020
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!