Relative Content

Tag Archive for c#.netmatlabbitmap

Convert uShort[] into Color bitmap image in c#

I have ushort[] array, value lies from 0 to 700. I need to create a color image (Jetmap) out of this array using bitmaps. Below is the code I tried but could not get fine image. Let me know what are the good ways to create a color image from 1D array.