diff options
author | David Woodfall <dave@dawoodfall.net> | 2013-11-03 19:17:57 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-04 00:45:52 -0600 |
commit | b14da9778dec4b2e5e03b68f9f41614ce8bea159 (patch) | |
tree | f2099e34d3cd936e5c9bb552458205796a2cfa46 /libraries/opencv | |
parent | 50ab57b596133b3af04206899f132bc866b1b708 (diff) |
libraries/opencv: Added a note to the README.
Noted that numpy is needed for the python bindings.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/opencv')
-rw-r--r-- | libraries/opencv/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/opencv/README b/libraries/opencv/README index a704352ec27f..1913f0d71bdf 100644 --- a/libraries/opencv/README +++ b/libraries/opencv/README @@ -3,7 +3,7 @@ OpenCV (Open Source Computer Vision) OpenCV is a library of programming functions mainly aimed at real-time computer vision. -ffmpeg and numpy are optional dependencies. +numpy (for the python bindings) and ffmpeg are optional dependencies. *NOTE* If compiling with ffmpeg you must use 0.8.7 or newer. |