How to handle montage image?

2 vues (au cours des 30 derniers jours)
John Doe
John Doe le 1 Juil 2020
Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!

Réponse acceptée

Image Analyst
Image Analyst le 1 Juil 2020
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by