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 ...")
 
Line 23: Line 23:
 
==Required Modules==
 
==Required Modules==
 
===Serial===
 
===Serial===
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
 
* {{#var:app}}
 
* {{#var:app}}
 
-->
 
-->

Revision as of 20:33, 8 April 2014

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

  • OpenCV

-->

System Variables

  • HPC_{{#uppercase:OpenCV}}_DIR - Installation directory
  • HPC_{{#uppercase:OpenCV}}_BIN - Executable directory
  • HPC_{{#uppercase:OpenCV}}_INC - Includes directory