aboutsummaryrefslogtreecommitdiff
path: root/libraries/opencv/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/opencv/README')
-rw-r--r--libraries/opencv/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/opencv/README b/libraries/opencv/README
index 76ff06ab695e4..c249112376625 100644
--- a/libraries/opencv/README
+++ b/libraries/opencv/README
@@ -40,6 +40,10 @@ VTK support will be disabled unless it was built with qt5 support (which
is possible but not its default). Conversely, if VTK has been built with
qt5, it will be disabled in OpenCV unless it too is being built with qt5.
+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