Difference between revisions of "OpenCV"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Computervision {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|OpenCV}} |{{#vardefine:url|http://opencv.org}} <!--CONFIGURATION: OPTIONAL ...")
 
m (Text replacement - "#lowercase" to "lc")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Computervision]]
+
[[Category:Software]][[Category:Library]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|OpenCV}}
 
|{{#vardefine:app|OpenCV}}
Line 20: Line 20:
 
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.
 
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.
  
<!--Modules-->
 
 
==Required Modules==
 
==Required Modules==
 
===Serial===
 
===Serial===
* {{#var:app}}
+
* gcc/4.7.2
<!--
+
* {{lc:{{#var:app}}}}
===Parallel (OpenMP)===
+
 
* intel
+
===With GPU Support===
* {{#var:app}}
+
* gcc/4.7.2
===Parallel (MPI)===
+
* cuda
* intel
+
* {{lc:{{#var:app}}}}
* openmpi
+
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - Installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - Installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - Executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - Executable directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - Includes directory
+
* HPC_{{uc:{{#var:app}}}}_INC - Includes directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

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