How to handle montage image?

4 Ansichten (letzte 30 Tage)
John Doe
John Doe am 1 Jul. 2020
Beantwortet: Image Analyst am 1 Jul. 2020
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
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by