I know in IMAQ Vision toolkit there are several VIs that allow direct application of a lookup table (such as changing brightness, contrast, gamma) to an Image control. I wanted to know if there was some basic way to also do this for a LabVIEW intensity graph and picture control. In the past I have effectively done contrast expansions on 8-bit intensity graphs by deleting extreme high and low data and renormalizing the new data range to between 0 and 255. So what I am currently doing is working directly on the data rather than remapping values based on a lookup table. Currently, only a 'color table' property node is available for the intensity graph. Any thoughts on this?
Thanks,
Don