aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-23 22:46:40 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-23 22:48:10 -0400
commit6bbbd7339ec33bf97ab5f36ed6faaaadd0063f61 (patch)
tree50ae9c8ff9b18fb096e886264127fb2189bbc1bd /gnu/packages/image-processing.scm
parentf9ceb205f555e030a2da1ff118109b6f2a75d94a (diff)
downloadguix-6bbbd7339ec33bf97ab5f36ed6faaaadd0063f61.tar
guix-6bbbd7339ec33bf97ab5f36ed6faaaadd0063f61.tar.gz
gnu: opencv: Mention it includes the Python bindings.
* gnu/packages/image-processing.scm (opencv) [description]: Mention the Python bindings are included in this package.
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r--gnu/packages/image-processing.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 41ee0a8824..a0227c920c 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -690,7 +690,10 @@ things like:
@item structure from motion
@item augmented reality
@item machine learning
-@end itemize\n")
+@end itemize\n
+
+This package includes the Python bindings for OpenCV, which are also known as
+the OpenCV-Python library.")
(home-page "https://opencv.org/")
(license license:bsd-3)))