From a68c2f5e546d573eecb7f98de2933daabcf3a2c6 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Fri, 6 Jul 2018 18:58:24 +1000 Subject: libraries/opencv: Updated for version 3.4.2 Signed-off-by: Christoph Willing --- libraries/opencv/README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libraries/opencv/README') 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 -- cgit v1.2.3