How to obtain color value in near infrared image

if I take the picture of three objects( say light yellow, mid yellow, deep yellow) with near infrared camera, is it possible to identify and obtain the real value and intensity of these colors in near infrared?

 Réponse acceptée

Image Analyst
Image Analyst le 1 Jan 2013

0 votes

Depends on what you mean by the "real value and intensity", but yes, you can get the digital values of the image.

4 commentaires

How?, because the image is basically going to be in gray form
Image Analyst
Image Analyst le 1 Jan 2013
Modifié(e) : Image Analyst le 1 Jan 2013
That's correct. The gray level is the intensity.
IR_intensity = grayImage(row, column);
Thank you
I'm working on a project, i need to identify the ethnicities from the images but they are all taken in near infrared. so i'm confused on how to go about this.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by