09-12-2006 04:07 PM
09-14-2006 10:38 AM
Hello Deepak,
Thank you for contacting National Instruments. It sounds like you want to apply a color palette to a grayscale image. The answer to this question depends on what you are using. What type of camera do you have, and are you using a frame grabber card? Do you have NI-IMAQ and/or Vision installed? Please provide some further detail on your system, and I would be glad to help.
Thanks!
Mike T
National Instruments
10-19-2006 10:03 AM
10-20-2006 12:14 PM
Hello Deepak,
Applying a color template in LabVIEW is the right direction to take. Depending on what VIs you found to work with, if they take in the purple image datatype, then you can convert live video from grayscale to color. When a live image is acquired, it is stored in the purple image datatype in LabVIEW. You can then apply the colorization to the image, and then update the image display all in the same loop. Therefore, every iteration of the loop would process one frame from the live video. Keep in mind that a "live video" feed is nothing more than a sequence of frames that are being pulled from the IMAQ card. The while loop is responsible for running the code necessary to process each frame as they are acquired.
Regards,
Mike T
National Instruments
12-08-2006 04:37 PM
Do you have any vis that do this ? I.e. apply a color template to a purple image.Also what do you mean by purple image ?
thanks!
Deepak
12-11-2006 12:13 PM