OpenCV: Difference between revisions
From charlesreid1
(Created page with "The OpenCV library is a general, all-purpose computer vision library. It's high performance and written in C++.") |
No edit summary |
||
| Line 1: | Line 1: | ||
The OpenCV library is a general, all-purpose computer vision library. It's high performance and written in C++. | The OpenCV library is a general, all-purpose computer vision library. It's high performance and written in C++. It has many dependencies and is non-trivial to install, so the best approach is to either use a detailed guide, a package manager like aptitude or homebrew, or an Ansible playbook. | ||
[[OpenCV/Cross Compiling on Mac for Raspberry Pi]] | |||
Revision as of 08:42, 19 October 2017
The OpenCV library is a general, all-purpose computer vision library. It's high performance and written in C++. It has many dependencies and is non-trivial to install, so the best approach is to either use a detailed guide, a package manager like aptitude or homebrew, or an Ansible playbook.