フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

HOW CAN I ADD RBG color at a given point say x(2,, 7) and generate the wavelenght?

1 回表示 (過去 30 日間)
Jean Paul Noukimi
Jean Paul Noukimi 2018 年 1 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
let say this is my code f=imread('/tmp/marbles.jpg'); f=uint8(f); %need to convert back to uint8 to show picture
%Split into RGB Channels f_red = f(:,:,1); f_green = f(:,:,2); f_blue = f(:,:,3); the values of red , green and bleu are sorted but at a particular point they all interset e.g (2 6). what is the wavelenth at position (2,6). please can someone help me to generate the code if possible?
  3 件のコメント
Jean Paul Noukimi
Jean Paul Noukimi 2018 年 1 月 9 日
Yes from RGB To wavelength. Or from rgb To spectrum
Kris Fedorenko
Kris Fedorenko 2018 年 1 月 9 日
編集済み: Kris Fedorenko 2018 年 1 月 9 日

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by