09-16-2009 03:06 PM
I have acquired images from camera and also did extract color planes.
but images after the color extraction look like a gray sclaed images.
I am unable to extract RGB values. There is a very good explanation
by a guy called MUKS in the forums which says
"When you take a picture of the white card, make sure it is not over-exposed. Split the image into the RGB components using IMAQ Extract Color Planes. Select the same ROI on all three color planes, and use the IMAQ brightness function to measure the average intensity of the ROI. This gives you the values R, G, and B.
I donot know where do I get the imaq brightness function to measure average intensity. Can someone PLZ help me regarding this.
09-17-2009 06:54 PM
Hi Yesh,
I am not sure which VI muks is refering to. However, you could try GetPixelValue.vi. If you extract red color plane and then get the pixel value this should give you the R value of the RGB image. Check out this KB for a bit more information on the bit layout of RGB.
Kristen H.
10-05-2009 05:28 AM