필터 지우기
필터 지우기

please tell me how to perform color transform

조회 수: 1 (최근 30일)
Durgesh Naik
Durgesh Naik 2015년 4월 11일
댓글: Image Analyst 2015년 4월 12일
....

채택된 답변

KL
KL 2015년 4월 11일
편집: KL 2015년 4월 11일
color_img = imread('image.png');
gray_img = rgb2gray(color_img);
imshow(gray_img)

추가 답변 (1개)

Image Analyst
Image Analyst 2015년 4월 11일
There are many color transform functions: rgb2gray(), ind2rgb(), rgb2lab(), rgb2hsv(), rgb2ycrcb(), makecform(), etc. And of course you could make up your own transform. Which do you want?
  댓글 수: 1
Image Analyst
Image Analyst 2015년 4월 12일
I do not know what the axes represent. I do not know what colorization algorithm they are using. Sorry.

댓글을 달려면 로그인하십시오.

카테고리

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