- 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?
11 次查看(过去 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 Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!