フィルターのクリア

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 Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by