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?

 Accepted Answer

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

4 Comments

How?, because the image is basically going to be in gray form
That's correct. The gray level is the intensity.
IR_intensity = grayImage(row, column);
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.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!