OpenCV
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library.
Documentation:
Usage on Bridges-2
To see what versions of OpenCV are available and if there is more than one, which is the default, along with some help, type
module spider opencv
To use OpenCV, include a command like this in your batch script or interactive session to load the OpenCV module: (note ‘module load’ is case-sensitive):
module load opencv
Usage on Bridges
To see what versions of OpenCV are available type
module avail opencv
To see what other modules are needed, what commands are available and how to get additional help type
module help opencv
To use OpenCV, include a command like this in your batch script or interactive session to load the OpenCV module:
module load opencv
Be sure you also load any other modules needed, as listed by the module help opencv
command.