OpenLVVision is built from several key libraries:

  • Vision Common Resources Provides core image function implementations in LabVIEW.
  • Image Fundamental open-source image processing functions.
  • Overlays Tools for managing graphics and images placed on top of a base image.
  • OpenCV A widely used, free, open-source library for computer vision and image processing.

Overview


1. Installing JKI VIPM

All OpenLvVision packages are distributed via the JKI VI Package Manager (VIPM).

  1. Download VIPM from vipm.io/download and install it. Download VIPM

  2. Enable the LabVIEW VI Server (required for VIPM to communicate with LabVIEW):

    • Open LabVIEW.
    • Go to Tools Options VI Server.
    • Under TCP/IP, check Enable TCP/IP.
    • Leave the port at its default value (each LabVIEW version has its own default port).
    • Restart LabVIEW.

    Enable VI Server

Choose one of the following methods to install the OpenLvVision modules:


2. Image Module

An open-source library with fundamental image processing functions.


3. Overlays Module

Provides functions for managing overlays (graphics and annotations) on images.


4. OpenCv

A free, widely used, open-source library for computer vision and image processing.

Offline Installation

If you do not have internet access on the target machine, you can install the module manually.

  1. Download the required files:

    • OpenCV: GitHub Releases
    • Dependencies: GitHub Releases
    • The .vip file (the package itself)
    • The associated .zip files:
      • Use the x64 zips for LabVIEW 64-bit
      • Use the x86 zips for LabVIEW 32-bit or LabVIEW Community Edition

    OpenCV Required Files

  2. Install the .vip file manually via VIPM (see instructions in Installing JKI VIPM).

  3. During installation, VIPM will display a window checking the connection.

    • If the installer cannot connect, it will automatically prompt you to select the downloaded .zip files.
    • If it does not prompt automatically:
      • Press the Use offline files button next to the download bar.
      • VIPM will then ask for the .zip files manually.

    OpenCV Offline Installation Prompt