opencv: Open-source Computer Vision Library

Contents

  1. Overview of package
  2. Overview of package
    1. General usage
  3. Availability of package by cluster

Overview of package

General information about package
Package: opencv
Description: Open-source Computer Vision Library
For more information: https://opencv.org/
Categories:
License: OpenSource (BSD 3-clause)

General usage information

OpenCV is a library of functions targeting real-time computer vision.

The opencv_* commands have been added to your PATH.

The following environmental variables have been defined:

  • \$OPENCV_ROOT has been set to the root of the opencv installation
  • \$OPENCV_LIBDIR points to the directory containing the libraries
  • \$OPENCV_INCDIR points to the directory containing the header files

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

  • -I\$OPENCV_INCDIR
and the following flags to your link command (e.g. LDFLAGS in your Makefile):
  • -L\$OPENCV_LIBDIR -Wl,-rpath,\$OPENCV_LIBDIR${endlist}

    Available versions of the package opencv, by cluster

    This section lists the available versions of the package opencvon the different clusters.

    Available versions of opencv on the Deepthought2 cluster (RHEL8)

    Available versions of opencv on the Deepthought2 cluster (RHEL8)
    Version Module tags CPU optimized for GPU ready?
    4.1.2 opencv/4.1.2 x86_64 Y
    4.2.0 opencv/4.2.0 ivybridge Y