summaryrefslogtreecommitdiff
path: root/graphics/opencv2/DESCR
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-10-17 10:28:43 +0000
committerfhajny <fhajny>2015-10-17 10:28:43 +0000
commit0b13dea70c58a9227d1272d746fd3459545eb52f (patch)
tree48952031b196399d35affdbf3de3e54bb7727943 /graphics/opencv2/DESCR
parent62839cf9caf722fe1c0c546c8ae41fdc2cfe8280 (diff)
downloadpkgsrc-0b13dea70c58a9227d1272d746fd3459545eb52f.tar.gz
Import the last state of graphics/opencv before the update to 3.0.0 and
update it to the latest version on the 2.4 branch. The graphics/opencv base package doesn't yet provide the same range of modules, as upstream split off some experimental modules into a separate contrib repo.
Diffstat (limited to 'graphics/opencv2/DESCR')
-rw-r--r--graphics/opencv2/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/opencv2/DESCR b/graphics/opencv2/DESCR
new file mode 100644
index 00000000000..f3eb010f008
--- /dev/null
+++ b/graphics/opencv2/DESCR
@@ -0,0 +1,12 @@
+OpenCV means Intel(R) Open Source Computer Vision Library. It is a
+collection of C functions and a few C++ classes that implement many
+popular Image Processing and Computer Vision algorithms.
+
+OpenCV provides cross-platform middle-to-high level API that includes
+about 300 C functions and a few C++ classes. Also there are Python
+bindings to OpenCV. OpenCV has no strict dependencies on external
+libraries, though it can use some (such as libjpeg, ffmpeg, GTK+ etc.)
+
+OpenCV provides transparent interface to Intel(R) Integrated Performance
+Primitives (IPP). That is, it loads automatically IPP libraries optimized
+for specific processor at runtime, if they are available.