Filter löschen
Filter löschen

please tell me how to perform color transform

1 Ansicht (letzte 30 Tage)
Durgesh Naik
Durgesh Naik am 11 Apr. 2015
Kommentiert: Image Analyst am 12 Apr. 2015
....

Akzeptierte Antwort

KL
KL am 11 Apr. 2015
Bearbeitet: KL am 11 Apr. 2015
color_img = imread('image.png');
gray_img = rgb2gray(color_img);
imshow(gray_img)

Weitere Antworten (1)

Image Analyst
Image Analyst am 11 Apr. 2015
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 Kommentar
Image Analyst
Image Analyst am 12 Apr. 2015
I do not know what the axes represent. I do not know what colorization algorithm they are using. Sorry.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by