Add files from parent branch HEAD:
[pkgsrc.git] / graphics / opencv / DESCR
1 OpenCV means Intel(R) Open Source Computer Vision Library. It is a
2 collection of C functions and a few C++ classes that implement many
3 popular Image Processing and Computer Vision algorithms.
4
5 OpenCV provides cross-platform middle-to-high level API that includes
6 about 300 C functions and a few C++ classes. Also there are Python
7 bindings to OpenCV. OpenCV has no strict dependencies on external
8 libraries, though it can use some (such as libjpeg, ffmpeg, GTK+ etc.)
9
10 OpenCV provides transparent interface to Intel(R) Integrated Performance
11 Primitives (IPP). That is, it loads automatically IPP libraries optimized
12 for specific processor at runtime, if they are available.