- colour is not usually related to concentration. It's the intensity.
- without calibration it's impossible to convert intensity into concentration.
How to extract rgb values from an image and convert them into concentration?
2 ビュー (過去 30 日間)
古いコメントを表示
Input image, extract rgb values from the image and convert those rgb values to concentration.
MATLAB Image Processing
How to code this ?
5 件のコメント
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
2019 年 1 月 19 日
%% try this
rgbImage = permute(rgbImage, [3,1,2])
serialValues = rgbImage(:)'
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!