- 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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Input image, extract rgb values from the image and convert those rgb values to concentration.
MATLAB Image Processing
How to code this ?
5 Kommentare
Image Analyst
am 19 Jan. 2019
Attach your one-color (i.e., gray scale) image and your calibration table in a .mat file with the paper clip icon.
Antworten (1)
Rahul punk
am 19 Jan. 2019
%% try this
rgbImage = permute(rgbImage, [3,1,2])
serialValues = rgbImage(:)'
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!