Example Code

LabVIEW Vision Development Module: Continuously Extract Sections From An IMAQ Image

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • Vision Development Module
  • LabVIEW

Code and Documents

Attachment

Overview

This VI demonstrates how to continuously extract sections from an IMAQ image.

 

Description

This VI loads an image from a file and then extracts a section of the image starting in the upper left corner of the image. The location of the extracted piece moves to the right as if going across the row. After reaching the end of the row, the next row down is stepped through. Each section is also highlighted in the original image. You are able to configure the height and width of the section you want to extract.

 

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 the VI and follow the instructions inside

 

Additional Information or References

Split Image Continuously Into Sections LV2012 NIVerified - Front Panel.png 

Split Image Continuously Into Sections LV2012 NIVerified - 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.**

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
Todd S.
NI Employee (retired)
on

Thanks for posting!

Todd S.
LabVIEW Community Manager
National Instruments
M.Ali
Member
Member
on

GOOD WORK