diff options
author | Christoph Willing <chris.willing@linux.com> | 2020-10-14 18:08:14 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:30 +0700 |
commit | 7924bf6bc30ff8fb5c90ef41ce47180d5f0bf37c (patch) | |
tree | d1ac6a6fa15a48e4b1a948126fc59a4f82417421 /libraries/opencv/README | |
parent | 816da98442d118b239f5fc38c1e05521af8fccc8 (diff) | |
download | slackbuilds-7924bf6bc30ff8fb5c90ef41ce47180d5f0bf37c.tar.gz |
libraries/opencv: Updated for version 4.5.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/opencv/README')
-rw-r--r-- | libraries/opencv/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/libraries/opencv/README b/libraries/opencv/README index d2e02e42d9..38ce4bcba5 100644 --- a/libraries/opencv/README +++ b/libraries/opencv/README @@ -53,13 +53,14 @@ This package is configured to generate python bindings for Python 3 (via dependency on the numpy3 package). If bindings for Python 2 are required, the numpy package is required when building opencv. -The Deep Neural Network module and Extra 2D Features Framework from -OpenCV's "extra modules" section are disabled by default. They may be -enabled by setting the DNN and/or XF2D environment variables as required -e.g. - DNN=yes sh ./opencv.SlackBuild -Enabling either of these modules results in additional downloading during -the configure stage of building. +The Extra 2D Features Framework from OpenCV's "extra modules" section +is disabled by default as it entails additional downloading during +the configure stage of building. It may be enabled by setting the XF2D +environment variable when building e.g. + XF2D=yes sh ./opencv.SlackBuild +Usually, this also applies to the Deep Neural Network (DNN) module +however it is no longer possible to complete a build without without +it and therefore remains enabled by default. The face recognition module is enabled by default. This incurs an additional download of the face_landmark_model.dat file (~70M) from OpenCV's github |