diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-29 11:38:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-29 11:38:28 +0800 |
commit | 66dd38f2c6b5ffc179680c786ae4544cc6c35d4a (patch) | |
tree | 624eac44a06182ff103134b7cd735c7c86068026 /graphics/Makefile | |
parent | fb466753aeff3cc2456a97499e7301f7b5cce244 (diff) | |
download | freebsd-ports-gnome-66dd38f2c6b5ffc179680c786ae4544cc6c35d4a.tar.gz freebsd-ports-gnome-66dd38f2c6b5ffc179680c786ae4544cc6c35d4a.tar.zst freebsd-ports-gnome-66dd38f2c6b5ffc179680c786ae4544cc6c35d4a.zip |
New port: graphics/opencv (Open Source Computer Vision Library from Intel)
The Open Computer Vision Library is a collection of algorithms
and sample code for various computer vision problems. The
library is compatible with IPL and utilizes Intel Integrated
Performance Primitives for better performance.
WWW: http://sourceforge.net/projects/opencvlibrary/
http://www.intel.com/research/mrl/research/opencv/
PR: ports/78473
Submitted by: Marc Abramowitz <msabramo@yahoo.com>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 45556697a089..f28ebb2f5ec2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -369,6 +369,7 @@ SUBDIR += oglext SUBDIR += ogre3d SUBDIR += openclipart + SUBDIR += opencv SUBDIR += opendis SUBDIR += opendx SUBDIR += opendx-samples |