Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

color table / palette of clusters with more than 256 elements for each color

I want to image arrays with values up to 1023 for each element. So I want to create a greyscale color table where 0 is black and 1023 is white. Is that possible?
Which function in Labview 7.0 (including Labview Vision) can display my data?
Thanks!
0 Kudos
Message 1 of 2
(3,308 Views)
Hi,

the ArrayToImage function can convert arrays of u8, i16 or floats to images. For values 0 ... 1023 (10 bit) you can use the i16 with a little conversion. I have attached a vi, that shows how. It's required, that you have imaq vision installed.

Kind regards,

Philippe Goetz
Applications Engineer, National Instruments
0 Kudos
Message 2 of 2
(3,292 Views)