How to extract rgb values from an image and convert them into concentration?

2 ビュー (過去 30 日間)
Priyal Bagwe
Priyal Bagwe 2018 年 12 月 27 日
コメント済み: Image Analyst 2019 年 1 月 19 日
Input image, extract rgb values from the image and convert those rgb values to concentration.
MATLAB Image Processing
How to code this ?
  5 件のコメント
Priyal Bagwe
Priyal Bagwe 2018 年 12 月 28 日
On image insertion, I want the rgb value to be extracted (entire image is of one color) and then, concentration to be determined. Yes, I have a table correlating the RGB values to concentration. How do I proceed?
Image Analyst
Image Analyst 2019 年 1 月 19 日
Attach your one-color (i.e., gray scale) image and your calibration table in a .mat file with the paper clip icon.

サインインしてコメントする。

回答 (1 件)

Rahul punk
Rahul punk 2019 年 1 月 19 日
%% try this
rgbImage = permute(rgbImage, [3,1,2])
serialValues = rgbImage(:)'

カテゴリ

Help Center および File ExchangeBiomedical Imaging についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by