summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2006-11-09 05:14:57 +0000
committeruebayasi <uebayasi@pkgsrc.org>2006-11-09 05:14:57 +0000
commit0914a2dedf7f86767ebc1aa316916ef993bd18d4 (patch)
tree5ce4f9a6b05fa210aa42ac869d805a657bdda735 /doc
parentd657bca4faeaf246bdc694e333a508b615729194 (diff)
downloadpkgsrc-0914a2dedf7f86767ebc1aa316916ef993bd18d4.tar.gz
Note import of OpenCV 1.0.0, pkg/34655 from Anthony Mallet.
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20063
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006
index 2d526a2e513..fd7f2fe6553 100644
--- a/doc/CHANGES-2006
+++ b/doc/CHANGES-2006
@@ -1,4 +1,4 @@
->$NetBSD: CHANGES-2006,v 1.1778 2006/11/08 19:41:40 tv Exp $
+>$NetBSD: CHANGES-2006,v 1.1779 2006/11/09 05:14:57 uebayasi Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -5237,3 +5237,4 @@ Changes to the packages collection and infrastructure in 2006:
Updated www/seamonkey-gtk1 to 1.0.6 [ghen 2006-11-08]
Updated mail/dovecot to 1.0rc13 [ghen 2006-11-08]
Updated net/tor to 0.1.1.25 [tv 2006-11-08]
+ Added graphics/opencv version 1.0.0 [uebayasi 2006-11-09]