Hi there,
I need help to use false coloring for my infrared camera. The image is displayed in black and white: black for cold, and white for warm objects. I want to adjust this colortable so, that it can display the picture in white, yellow, red, purple and black. By doing this, a normal human being can see more details from the picture. I tried in Photoshop with the same picture. I did something like converting the grayscale image to a colored indexed picture. After that, I altered the colortable of it. And then “voila”, I got a perfect converted false colored picture.
I know that it is absolutly possible to do the same with JOGL. Can someone please give me some advises or a example code to make this possible???
Here below some technical details:
the image from the server which I called it “rawImage”, is stored in a byteBuffer type. This image is added to a RGBA texture. After that I paint it in a loop.