summaryrefslogtreecommitdiffstats
path: root/libraries/opencv/README
diff options
context:
space:
mode:
author Christoph Willing2018-07-06 10:58:24 +0200
committer Willy Sudiarto Raharjo2018-07-07 01:54:25 +0200
commita68c2f5e546d573eecb7f98de2933daabcf3a2c6 (patch)
tree2c165573ca8e74ef2dcd85ba3aa5a3ec74ae6f77 /libraries/opencv/README
parentd2f286bf5f3cc38dedcd2074c420b1ca0f7d87c1 (diff)
downloadslackbuilds-a68c2f5e546d573eecb7f98de2933daabcf3a2c6.tar.gz
libraries/opencv: Updated for version 3.4.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries/opencv/README')
-rw-r--r--libraries/opencv/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/opencv/README b/libraries/opencv/README
index 71168738ff..76ff06ab69 100644
--- a/libraries/opencv/README
+++ b/libraries/opencv/README
@@ -48,6 +48,13 @@ e.g.
Enabling either of these modules results in additional downloading during
the configure stage of building.
+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
+repository during configuration. If this is not desired, the face module
+can be disabled by setting OCV_FACE environment variable to "no"
+e.g.
+ OCV_FACE=no sh ./opencv.SlackBuild
+
Documentation is generated by the SlackBuild unless it is switched off
by setting the CVDOCS environment variable i.e.
CVDOCS=no sh ./opencv.SlackBuild