aboutsummaryrefslogtreecommitdiff
path: root/python/python3-opencv/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2024-08-20 09:24:12 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-20 10:35:54 +0700
commit500a32456f78e6d959cad0fa4168d705bc9e046b (patch)
treefd63e6fc6853d13d8bfd67e6e80b5ac70799c1d4 /python/python3-opencv/README
parent9a1426ea225be015f903f738f3c87c8586c30615 (diff)
python/python3-opencv: Added (Python3 binding for OpenCV).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-opencv/README')
-rw-r--r--python/python3-opencv/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/python/python3-opencv/README b/python/python3-opencv/README
new file mode 100644
index 0000000000..32252311fd
--- /dev/null
+++ b/python/python3-opencv/README
@@ -0,0 +1,27 @@
+Python3 bindings for opencv matching system opencv version.
+
+Please note that python3-numpy is a runtime dependency as
+well as a build time dependency. Installing the resulting
+python3-opencv package without python3-numpy already installed
+will create unpredictable behaviour i.e.
+ first install python3-numpy
+ then install python3-opencv
+
+By default, additional "contrib" modules are included. If these
+are not wanted, set the CONTRIB environment variable to 0
+e.g.
+ CONTRIB=0 bash python3-opencv.SlackBuild
+
+A successful installation can be quickly tested by runnng the
+ocv-test.py script found in the documentation directory
+
+OPTIONAL EXTRAS
+ The following installations are automatically detected and
+used if available at build time:
+ - VTK visualization and image processing
+ - libdc1394 IIDC/DCAM/Firewire based camera control
+ - zulu-openjdk17 Java Development Kit
+ (other Java varieties probably also work)
+ - apache-ant Java build tool
+ (only relevant if Java is also detected)
+