Python/OpenCV: Difference between revisions
From charlesreid1
(Created page with "Download from the OpenCV page (redirects to SourceForge): http://opencv.org/downloads.html") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Install= | |||
This may take a few hours: | |||
<pre> | |||
$ brew install opencv | |||
</pre> | |||
=Flags= | |||
[[Category:August 2016]] | |||
Latest revision as of 20:56, 16 August 2016
Install
This may take a few hours:
$ brew install opencv