How convert 3d matrix to 2d matrix?
이전 댓글 표시
채택된 답변
추가 답변 (2개)
Kawther Hassan Al-khafaji
2022년 10월 5일
0 개 추천
color_img=cat(3,R,G,B);
I wont to covert this image matrix to 2D image matrix pleas
댓글 수: 1
Steven Lord
2022년 10월 5일
If you want to convert that into an indexed image (with a separate colormap) see the rgb2ind function.
If that's not what you want, please describe in more detail exactly how you want this conversion to behave.
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!