From charlesreid1

No edit summary
Line 9: Line 9:
==Raspberry Pi==
==Raspberry Pi==


[[OpenCV/Raspberry Pi]]
Install OpenCV using aptitude: https://charlesreid1.com:3000/rpi/pi-opencv
 
[[OpenCV/Cross Compiling on Mac for Raspberry Pi]]
 
 


=Flags=
=Flags=


[[Category:OpenCV]]
[[Category:OpenCV]]

Revision as of 11: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.

Operating Systems

Mac

To install OpenCV on a Mac, use Homebrew.

Raspberry Pi

Install OpenCV using aptitude: https://charlesreid1.com:3000/rpi/pi-opencv

Flags