how to preserve RGB values of an image while making it gray image
이전 댓글 표시
I need to convert an RGB image to gray image, but after processing i want the image back to RGB,
So how can i preserve the RGB values of an image
I am using
RGBImage=imread('RGBImage.tiff')
to read the image
댓글 수: 1
Dyuman Joshi
2022년 5월 2일
Store the image in a variable and use rgb2gray to store in another variable?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Modify Image Colors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!