diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-12-03 13:04:24 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-12-03 13:04:24 +0000 |
commit | cba621f504381216d615903a9fbadb7573598a35 (patch) | |
tree | 2354b9552bf3c2a7341e44cdee2b029efe3e7097 /graphics | |
parent | 5800da79d1141987415c6a1194a8cc8c7d15e20a (diff) | |
download | pkgsrc-cba621f504381216d615903a9fbadb7573598a35.tar.gz |
Update to 2.4.3
Changelog:
* Add universal parallell mechianism support
* Add sample codes
* Add some new algorithms
* Many improvements in GPU support
* Many bugfixes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencv/Makefile | 7 | ||||
-rw-r--r-- | graphics/opencv/PLIST | 34 | ||||
-rw-r--r-- | graphics/opencv/distinfo | 8 |
3 files changed, 40 insertions, 9 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index d40c677667e..d1f7955394f 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2012/10/08 23:01:47 adam Exp $ +# $NetBSD: Makefile,v 1.32 2012/12/03 13:04:24 ryoon Exp $ -DISTNAME= OpenCV-2.4.2 -PKGNAME= ${DISTNAME:S/OpenCV/opencv/:S/a$//} -PKGREVISION= 4 +DISTNAME= OpenCV-2.4.3 +PKGNAME= ${DISTNAME:S/a$//:tl} CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencvlibrary/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/opencv/PLIST b/graphics/opencv/PLIST index 809f5d1fe64..b53ab011eb7 100644 --- a/graphics/opencv/PLIST +++ b/graphics/opencv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/06/06 13:56:48 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/12/03 13:04:24 ryoon Exp $ bin/opencv_createsamples bin/opencv_haartraining bin/opencv_performance @@ -18,9 +18,11 @@ include/opencv2/calib3d/calib3d.hpp include/opencv2/contrib/contrib.hpp include/opencv2/contrib/detection_based_tracker.hpp include/opencv2/contrib/hybridtracker.hpp +include/opencv2/contrib/openfabmap.hpp include/opencv2/contrib/retina.hpp include/opencv2/core/core.hpp include/opencv2/core/core_c.h +include/opencv2/core/cuda_devptrs.hpp include/opencv2/core/devmem2d.hpp include/opencv2/core/eigen.hpp include/opencv2/core/gpumat.hpp @@ -68,10 +70,37 @@ include/opencv2/flann/sampling.h include/opencv2/flann/saving.h include/opencv2/flann/simplex_downhill.h include/opencv2/flann/timer.h +include/opencv2/gpu/device/border_interpolate.hpp +include/opencv2/gpu/device/color.hpp +include/opencv2/gpu/device/common.hpp +include/opencv2/gpu/device/datamov_utils.hpp +include/opencv2/gpu/device/detail/color_detail.hpp +include/opencv2/gpu/device/detail/reduction_detail.hpp +include/opencv2/gpu/device/detail/transform_detail.hpp +include/opencv2/gpu/device/detail/type_traits_detail.hpp +include/opencv2/gpu/device/detail/vec_distance_detail.hpp +include/opencv2/gpu/device/dynamic_smem.hpp +include/opencv2/gpu/device/emulation.hpp +include/opencv2/gpu/device/filters.hpp +include/opencv2/gpu/device/funcattrib.hpp +include/opencv2/gpu/device/functional.hpp +include/opencv2/gpu/device/limits.hpp +include/opencv2/gpu/device/saturate_cast.hpp +include/opencv2/gpu/device/scan.hpp +include/opencv2/gpu/device/static_check.hpp +include/opencv2/gpu/device/transform.hpp +include/opencv2/gpu/device/type_traits.hpp +include/opencv2/gpu/device/utility.hpp +include/opencv2/gpu/device/vec_distance.hpp +include/opencv2/gpu/device/vec_math.hpp +include/opencv2/gpu/device/vec_traits.hpp +include/opencv2/gpu/device/warp.hpp +include/opencv2/gpu/device/warp_reduce.hpp include/opencv2/gpu/devmem2d.hpp include/opencv2/gpu/gpu.hpp include/opencv2/gpu/gpumat.hpp include/opencv2/gpu/stream_accessor.hpp +include/opencv2/highgui/cap_ios.h include/opencv2/highgui/highgui.hpp include/opencv2/highgui/highgui_c.h include/opencv2/imgproc/imgproc.hpp @@ -184,6 +213,7 @@ share/OpenCV/doc/opencv-logo-white.png share/OpenCV/doc/opencv-logo.png share/OpenCV/doc/opencv-logo2.png share/OpenCV/doc/opencv.jpg +share/OpenCV/doc/opencv2manager.pdf share/OpenCV/doc/opencv2refman.pdf share/OpenCV/doc/opencv_cheatsheet.pdf share/OpenCV/doc/opencv_tutorials.pdf @@ -215,5 +245,7 @@ share/OpenCV/haarcascades/haarcascade_profileface.xml share/OpenCV/haarcascades/haarcascade_righteye_2splits.xml share/OpenCV/haarcascades/haarcascade_upperbody.xml share/OpenCV/lbpcascades/lbpcascade_frontalface.xml +share/OpenCV/lbpcascades/lbpcascade_profileface.xml +share/OpenCV/lbpcascades/lbpcascade_silverware.xml @pkgdir share/doc/opencv/ref/pics @pkgdir share/doc/opencv/papers diff --git a/graphics/opencv/distinfo b/graphics/opencv/distinfo index bb6f9beb403..e4797d075c8 100644 --- a/graphics/opencv/distinfo +++ b/graphics/opencv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2012/07/13 18:13:59 prlw1 Exp $ +$NetBSD: distinfo,v 1.15 2012/12/03 13:04:24 ryoon Exp $ -SHA1 (OpenCV-2.4.2.tar.bz2) = 96ff27b87e0f028d1d16201afebabec4e0c72367 -RMD160 (OpenCV-2.4.2.tar.bz2) = 496964503629b0ff4432fbdd276837ab3f134411 -Size (OpenCV-2.4.2.tar.bz2) = 52562911 bytes +SHA1 (OpenCV-2.4.3.tar.bz2) = 982be2c3e52dfc3e9d14692c60bc856b2b766be2 +RMD160 (OpenCV-2.4.3.tar.bz2) = b862ddd9e7fefd885d78835660a9f5c9320889c2 +Size (OpenCV-2.4.3.tar.bz2) = 67240491 bytes |