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

12 visualizzazioni (ultimi 30 giorni)
Input image, extract rgb values from the image and convert those rgb values to concentration.
MATLAB Image Processing
How to code this ?
  5 Commenti
Image Analyst
Image Analyst il 19 Gen 2019
Attach your one-color (i.e., gray scale) image and your calibration table in a .mat file with the paper clip icon.

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su Biomedical Imaging in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by