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!

 Respuesta aceptada

Image Analyst
Image Analyst el 1 de Jul. de 2020

1 voto

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

Más respuestas (0)

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Preguntada:

el 1 de Jul. de 2020

Respondida:

el 1 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by