Display Image As Boolean 2D Array With NI Vision Development Module

製品と環境

このセクションは、サンプルの作成に使用された製品およびOSを反映します。

以下に示された製品を含め、NIのソフトウェアをダウンロードするには、ni.com/downloadsをご覧ください。

    ソフトウェア

  • Vision Development Module
  • LabVIEW

コードとドキュメント

添付

すべてをダウンロード
Overview

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

  • LabVIEW Base Development System 2012 (or compatible)
  • NI Vision Development Module 2012 (or compatible)
  • If running in a Real-Time context, you will need the LabVIEW Real-Time Module 2012 (or compatible)

 Hardware

  • No hardware is necessary to use this example VI

 

Steps to Implement or Execute Code

  1. Download and open the attached ZIP-file
  2. Open and run the VI

 

Additional Information or References

Display Image As Boolean 2D Array - Front Panel.png
Display Image As Boolean 2D Array - Block Diagram.png

 

**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.** 
Owen.S
Applications Engineer
National Instruments

NIコミュニティのサンプルコード交換のサンプルコードは、MIT Licenseによりライセンス供与されています。

コメント
ssingh1
Member
Member

Nice one. 

Shazil
Member
Member

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