How to handle montage image?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!
댓글 수: 0
채택된 답변
Image Analyst
2020년 7월 1일
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!