Difference between revisions of "OpenCV"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
m (Text replacement - "#lowercase" to "lc")
 
Line 23: Line 23:
 
===Serial===
 
===Serial===
 
* gcc/4.7.2
 
* gcc/4.7.2
* {{#lowercase:{{#var:app}}}}
+
* {{lc:{{#var:app}}}}
  
 
===With GPU Support===
 
===With GPU Support===
 
* gcc/4.7.2
 
* gcc/4.7.2
 
* cuda
 
* cuda
* {{#lowercase:{{#var:app}}}}
+
* {{lc:{{#var:app}}}}
  
 
==System Variables==
 
==System Variables==

Latest revision as of 21:31, 6 December 2019

Description

OpenCV website  

OpenCV, Open source Computer Vision, is an open-source BSD-licensed library that includes several hundreds of computer vision algorithms. Written in optimized C/C++, the library can take advantage of multi-core processing. Enabled with OpenCL, it can take advantage of the hardware acceleration of the underlying heterogeneous compute platform.

Required Modules

Serial

  • gcc/4.7.2
  • opencv

With GPU Support

  • gcc/4.7.2
  • cuda
  • opencv

System Variables

  • HPC_OPENCV_DIR - Installation directory
  • HPC_OPENCV_BIN - Executable directory
  • HPC_OPENCV_INC - Includes directory