03-25-2008 07:24 AM
03-25-2008 07:39 AM
03-25-2008 08:11 AM
03-25-2008 08:19 AM
03-25-2008 08:24 AM
03-25-2008 08:26 AM
03-25-2008 08:27 AM
09-16-2010 09:01 AM
Great tip, thanks! I was becoming totally infuriated by this and the help wasn't really any help at all.
11-24-2011 03:11 PM
It helps thanks!
However, the intensity scale is now normlized to 1. How do I make it so it is the absolute value (i.e the pixel with the max value)? Also how do pass a gray scale color map for the for the "flatten pixmap.vi" in order to save my image by the "Write Bmp File.vi"? how do I pass grayscale to the "color" array pointed by the arrow in the pic attached?
thanks!
11-24-2011 03:57 PM
Use a FOR loop with 256 iterations and create an array of grayscale colors (R=G=B), i.e.
x00000000, x00010101, x00020202, .... x00FFFFFF. Do you need help with that?