Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!

 채택된 답변

Image Analyst
Image Analyst 2020년 7월 1일

1 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

질문:

2020년 7월 1일

답변:

2020년 7월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by