OpenCV#

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.

Read more about opencv on their website.

Licensing#

Distributed under a BSD license.

The OpenCV module on the HPC#

The OpenCV module can be loaded into your environment with the following command:

$ module add opencv

The OpenCV module is available on ARC3 and ARC4:

System

Version

Command

ARC4

opencv 3.4.1

module add opencv/3.4.1

ARC3

opencv 3.4.1

module add opencv/3.4.1

ARC3

opencv 3.2.0(default)

module add opencv/3.2.0(default)