To download NI software, including the products shown below, visit ni.com/downloads.
This example demonstrates how to display an image as boolean 2D array.
Description
I wrote this example for a bit of fun to show how images can be loaded into LabVIEW and pixel information taken out.
You run the VI and select an image to be loaded in and turned into a boolean array (Do not load an image too big or it might crash as every pixel of the image is represented by a boolean).
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Nice one.
Hey,
This is a great example... But how can you import an image onto a fixed sized grid. For example an 8x8 boolean array.
I tried editing your example, but basically I cannot alter the pixels to fit the smaller grid...
Regards,
Shaz