how to convert RGB image into grayscale pixel by pixel using for loop using matlab
이전 댓글 표시
convert Rgb image into gray scale using for loop hint take average of 3 channel to make a single grayscale channel
답변 (1개)
DGM
2023년 6월 23일
Would you ask someone to move a pile of sand with a pair of tweezers when you have a shovel laying at your feet?
ipict = mean(rgbpict,3);
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!