How to handle montage image?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
John Doe
el 1 de Jul. de 2020
Respondida: Image Analyst
el 1 de Jul. de 2020
Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!
0 comentarios
Respuesta aceptada
Image Analyst
el 1 de Jul. de 2020
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!