- 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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Input image, extract rgb values from the image and convert those rgb values to concentration.
MATLAB Image Processing
How to code this ?
5 comentarios
Image Analyst
el 19 de En. de 2019
Attach your one-color (i.e., gray scale) image and your calibration table in a .mat file with the paper clip icon.
Respuestas (1)
Rahul punk
el 19 de En. de 2019
%% try this
rgbImage = permute(rgbImage, [3,1,2])
serialValues = rgbImage(:)'
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!