pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/opencv Import OpenCV 1.0.0, pkg/34655 from An...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5643e6a89b9
branches:  trunk
changeset: 521301:e5643e6a89b9
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Thu Nov 09 05:13:41 2006 +0000

description:
Import 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:

 graphics/opencv/DESCR            |   12 +
 graphics/opencv/Makefile         |   36 ++++
 graphics/opencv/PLIST            |  331 +++++++++++++++++++++++++++++++++++++++
 graphics/opencv/distinfo         |    6 +
 graphics/opencv/patches/patch-aa |   13 +
 5 files changed, 398 insertions(+), 0 deletions(-)

diffs (truncated from 418 to 300 lines):

diff -r 0319f9b7ec2e -r e5643e6a89b9 graphics/opencv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/opencv/DESCR     Thu Nov 09 05:13:41 2006 +0000
@@ -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.
diff -r 0319f9b7ec2e -r e5643e6a89b9 graphics/opencv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/opencv/Makefile  Thu Nov 09 05:13:41 2006 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/09 05:13:41 uebayasi Exp $
+#
+
+DISTNAME=              opencv-1.0.0
+CATEGORIES=            graphics devel
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=opencvlibrary/}
+
+MAINTAINER=            anthony.mallet%laas.fr@localhost
+HOMEPAGE=              http://opencvlibrary.sourceforge.net/
+COMMENT=               Library for computer vision problems
+
+USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            gmake automake autoconf pkg-config
+USE_LANGUAGES=         c c++
+USE_LIBTOOL=           yes
+AUTOMAKE_REQD=         1.9
+INSTALLATION_DIRS+=    share/doc/opencv/papers share/doc/opencv/ref/pics \
+                       share/opencv/haarcascades
+
+GNU_CONFIGURE=         yes
+PKGCONFIG_OVERRIDE+=   opencv.pc.in
+
+CONFIGURE_ARGS+=--with-swig=no
+CONFIGURE_ARGS+=--with-python=no
+
+pre-configure:
+       cd ${WRKSRC};                           \
+       automake -a --foreign -i; autoconf
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0319f9b7ec2e -r e5643e6a89b9 graphics/opencv/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/opencv/PLIST     Thu Nov 09 05:13:41 2006 +0000
@@ -0,0 +1,331 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/09 05:13:41 uebayasi Exp $
+include/opencv/cv.h
+include/opencv/cv.hpp
+include/opencv/cvaux.h
+include/opencv/cvaux.hpp
+include/opencv/cvcompat.h
+include/opencv/cvhaartraining.h
+include/opencv/cvmat.hpp
+include/opencv/cvtypes.h
+include/opencv/cvver.h
+include/opencv/cvvidsurv.hpp
+include/opencv/cxcore.h
+include/opencv/cxcore.hpp
+include/opencv/cxerror.h
+include/opencv/cxmisc.h
+include/opencv/cxtypes.h
+include/opencv/highgui.h
+include/opencv/ml.h
+lib/libcv.la
+lib/libcvaux.la
+lib/libcvhaartraining.a
+lib/libcxcore.la
+lib/libhighgui.la
+lib/libml.la
+lib/pkgconfig/opencv.pc
+share/doc/opencv/papers/algo_tracking.pdf
+share/doc/opencv/papers/avbpa99.ps
+share/doc/opencv/papers/camshift.pdf
+share/doc/opencv/ref/pics/backprojectpatch.png
+share/doc/opencv/ref/pics/boundingrect.png
+share/doc/opencv/ref/pics/building.jpg
+share/doc/opencv/ref/pics/contoursecarea.png
+share/doc/opencv/ref/pics/cornersubpix.png
+share/doc/opencv/ref/pics/defects.png
+share/doc/opencv/ref/pics/ellipse.png
+share/doc/opencv/ref/pics/em1.png
+share/doc/opencv/ref/pics/em3.png
+share/doc/opencv/ref/pics/em4.png
+share/doc/opencv/ref/pics/em5.png
+share/doc/opencv/ref/pics/em6.png
+share/doc/opencv/ref/pics/em7.png
+share/doc/opencv/ref/pics/em8.png
+share/doc/opencv/ref/pics/em9.png
+share/doc/opencv/ref/pics/errmsg.png
+share/doc/opencv/ref/pics/face.png
+share/doc/opencv/ref/pics/haarfeatures.png
+share/doc/opencv/ref/pics/houghp.png
+share/doc/opencv/ref/pics/inv_logpolar.jpg
+share/doc/opencv/ref/pics/left.jpg
+share/doc/opencv/ref/pics/logpolar.jpg
+share/doc/opencv/ref/pics/maxrect.png
+share/doc/opencv/ref/pics/memstorage1.png
+share/doc/opencv/ref/pics/memstorage2.png
+share/doc/opencv/ref/pics/minareabox.png
+share/doc/opencv/ref/pics/mlp_.png
+share/doc/opencv/ref/pics/neuron_model.png
+share/doc/opencv/ref/pics/pointpolygon.png
+share/doc/opencv/ref/pics/quadedge.png
+share/doc/opencv/ref/pics/right.jpg
+share/doc/opencv/ref/pics/sigmoid_bipolar.png
+share/doc/opencv/ref/pics/subdiv.png
+share/doc/opencv/ref/pics/threshold.png
+share/doc/opencv/ref/opencvref.css
+share/doc/opencv/ref/opencvref_cv.htm
+share/doc/opencv/ref/opencvref_cvaux.htm
+share/doc/opencv/ref/opencvref_cxcore.htm
+share/doc/opencv/ref/opencvref_highgui.htm
+share/doc/opencv/ref/opencvref_ml.htm
+share/doc/opencv/cvcam.rtf
+share/doc/opencv/faq.htm
+share/doc/opencv/index.htm
+share/doc/opencv/license.txt
+share/doc/opencv/opencv.jpg
+share/doc/opencv/opencvman_old.pdf
+share/doc/opencv/python.txt
+share/doc/opencv/python-wrappers-on-windows.txt
+share/opencv/haarcascades/haarcascade_frontalface_alt.xml
+share/opencv/haarcascades/haarcascade_frontalface_alt.xml
+share/opencv/haarcascades/haarcascade_frontalface_alt2.xml
+share/opencv/haarcascades/haarcascade_frontalface_alt2.xml
+share/opencv/haarcascades/haarcascade_frontalface_alt_tree.xml
+share/opencv/haarcascades/haarcascade_frontalface_alt_tree.xml
+share/opencv/haarcascades/haarcascade_frontalface_default.xml
+share/opencv/haarcascades/haarcascade_frontalface_default.xml
+share/opencv/haarcascades/haarcascade_fullbody.xml
+share/opencv/haarcascades/haarcascade_fullbody.xml
+share/opencv/haarcascades/haarcascade_lowerbody.xml
+share/opencv/haarcascades/haarcascade_lowerbody.xml
+share/opencv/haarcascades/haarcascade_profileface.xml
+share/opencv/haarcascades/haarcascade_profileface.xml
+share/opencv/haarcascades/haarcascade_upperbody.xml
+share/opencv/haarcascades/haarcascade_upperbody.xml
+share/opencv/readme.txt
+share/opencv/samples/c/agaricus-lepiota.data
+share/opencv/samples/c/agaricus-lepiota.data
+share/opencv/samples/c/agaricus-lepiota.data
+share/opencv/samples/c/airplane.jpg
+share/opencv/samples/c/airplane.jpg
+share/opencv/samples/c/airplane.jpg
+share/opencv/samples/c/baboon.jpg
+share/opencv/samples/c/baboon.jpg
+share/opencv/samples/c/baboon.jpg
+share/opencv/samples/c/blobtrack.cpp
+share/opencv/samples/c/blobtrack.cpp
+share/opencv/samples/c/blobtrack.cpp
+share/opencv/samples/c/build_all.sh
+share/opencv/samples/c/build_all.sh
+share/opencv/samples/c/build_all.sh
+share/opencv/samples/c/camshiftdemo.c
+share/opencv/samples/c/camshiftdemo.c
+share/opencv/samples/c/camshiftdemo.c
+share/opencv/samples/c/contours.c
+share/opencv/samples/c/contours.c
+share/opencv/samples/c/contours.c
+share/opencv/samples/c/convert_cascade.c
+share/opencv/samples/c/convert_cascade.c
+share/opencv/samples/c/convert_cascade.c
+share/opencv/samples/c/convexhull.c
+share/opencv/samples/c/convexhull.c
+share/opencv/samples/c/convexhull.c
+share/opencv/samples/c/cvsample.dsp
+share/opencv/samples/c/cvsample.dsp
+share/opencv/samples/c/cvsample.dsp
+share/opencv/samples/c/cvsample.vcproj
+share/opencv/samples/c/cvsample.vcproj
+share/opencv/samples/c/cvsample.vcproj
+share/opencv/samples/c/delaunay.c
+share/opencv/samples/c/delaunay.c
+share/opencv/samples/c/delaunay.c
+share/opencv/samples/c/demhist.c
+share/opencv/samples/c/demhist.c
+share/opencv/samples/c/demhist.c
+share/opencv/samples/c/dft.c
+share/opencv/samples/c/dft.c
+share/opencv/samples/c/dft.c
+share/opencv/samples/c/distrans.c
+share/opencv/samples/c/distrans.c
+share/opencv/samples/c/distrans.c
+share/opencv/samples/c/drawing.c
+share/opencv/samples/c/drawing.c
+share/opencv/samples/c/drawing.c
+share/opencv/samples/c/edge.c
+share/opencv/samples/c/edge.c
+share/opencv/samples/c/edge.c
+share/opencv/samples/c/facedetect.c
+share/opencv/samples/c/facedetect.c
+share/opencv/samples/c/facedetect.c
+share/opencv/samples/c/facedetect.cmd
+share/opencv/samples/c/facedetect.cmd
+share/opencv/samples/c/facedetect.cmd
+share/opencv/samples/c/ffilldemo.c
+share/opencv/samples/c/ffilldemo.c
+share/opencv/samples/c/ffilldemo.c
+share/opencv/samples/c/fitellipse.c
+share/opencv/samples/c/fitellipse.c
+share/opencv/samples/c/fitellipse.c
+share/opencv/samples/c/fruits.jpg
+share/opencv/samples/c/fruits.jpg
+share/opencv/samples/c/fruits.jpg
+share/opencv/samples/c/houghlines.c
+share/opencv/samples/c/houghlines.c
+share/opencv/samples/c/houghlines.c
+share/opencv/samples/c/image.cpp
+share/opencv/samples/c/image.cpp
+share/opencv/samples/c/image.cpp
+share/opencv/samples/c/inpaint.cpp
+share/opencv/samples/c/inpaint.cpp
+share/opencv/samples/c/inpaint.cpp
+share/opencv/samples/c/kalman.c
+share/opencv/samples/c/kalman.c
+share/opencv/samples/c/kalman.c
+share/opencv/samples/c/kmeans.c
+share/opencv/samples/c/kmeans.c
+share/opencv/samples/c/kmeans.c
+share/opencv/samples/c/laplace.c
+share/opencv/samples/c/laplace.c
+share/opencv/samples/c/laplace.c
+share/opencv/samples/c/lena.jpg
+share/opencv/samples/c/lena.jpg
+share/opencv/samples/c/lena.jpg
+share/opencv/samples/c/letter-recognition.data
+share/opencv/samples/c/letter-recognition.data
+share/opencv/samples/c/letter-recognition.data
+share/opencv/samples/c/letter_recog.cpp
+share/opencv/samples/c/letter_recog.cpp
+share/opencv/samples/c/letter_recog.cpp
+share/opencv/samples/c/lkdemo.c
+share/opencv/samples/c/lkdemo.c
+share/opencv/samples/c/lkdemo.c
+share/opencv/samples/c/makefile.gnu
+share/opencv/samples/c/makefile.gnu
+share/opencv/samples/c/makefile.gnu
+share/opencv/samples/c/makefile.ms
+share/opencv/samples/c/makefile.ms
+share/opencv/samples/c/makefile.ms
+share/opencv/samples/c/minarea.c
+share/opencv/samples/c/minarea.c
+share/opencv/samples/c/minarea.c
+share/opencv/samples/c/morphology.c
+share/opencv/samples/c/morphology.c
+share/opencv/samples/c/morphology.c
+share/opencv/samples/c/motempl.c
+share/opencv/samples/c/motempl.c
+share/opencv/samples/c/motempl.c
+share/opencv/samples/c/mushroom.cpp
+share/opencv/samples/c/mushroom.cpp
+share/opencv/samples/c/mushroom.cpp
+share/opencv/samples/c/pic1.png
+share/opencv/samples/c/pic1.png
+share/opencv/samples/c/pic1.png
+share/opencv/samples/c/pic2.png
+share/opencv/samples/c/pic2.png
+share/opencv/samples/c/pic2.png
+share/opencv/samples/c/pic3.png
+share/opencv/samples/c/pic3.png
+share/opencv/samples/c/pic3.png
+share/opencv/samples/c/pic4.png
+share/opencv/samples/c/pic4.png
+share/opencv/samples/c/pic4.png
+share/opencv/samples/c/pic5.png
+share/opencv/samples/c/pic5.png
+share/opencv/samples/c/pic5.png
+share/opencv/samples/c/pic6.png
+share/opencv/samples/c/pic6.png
+share/opencv/samples/c/pic6.png
+share/opencv/samples/c/pyramid_segmentation.c
+share/opencv/samples/c/pyramid_segmentation.c
+share/opencv/samples/c/pyramid_segmentation.c
+share/opencv/samples/c/squares.c
+share/opencv/samples/c/squares.c
+share/opencv/samples/c/squares.c
+share/opencv/samples/c/stuff.jpg
+share/opencv/samples/c/stuff.jpg
+share/opencv/samples/c/stuff.jpg
+share/opencv/samples/c/watershed.cpp
+share/opencv/samples/c/watershed.cpp
+share/opencv/samples/c/watershed.cpp
+share/opencv/samples/python/cam-histo.py
+share/opencv/samples/python/cam-histo.py
+share/opencv/samples/python/cam-histo.py



Home | Main Index | Thread Index | Old Index