How to handle montage image?

조회 수: 2 (최근 30일)
John Doe
John Doe 2020년 7월 1일
답변: Image Analyst 2020년 7월 1일
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일
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by