diff options
author | fhajny <fhajny@pkgsrc.org> | 2013-08-05 12:27:48 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2013-08-05 12:27:48 +0000 |
commit | 5dd7c4e75b2d21ab7d4786e180eaee0095cedb02 (patch) | |
tree | 830b0e3b2ef20fb078c85847f172f455d493a119 /graphics/opencv/Makefile | |
parent | 8e03b938cf18946f458f70ef08cdb2b9bca1bb89 (diff) | |
download | pkgsrc-5dd7c4e75b2d21ab7d4786e180eaee0095cedb02.tar.gz |
Update opencv to 2.4.6.1
Changes in 2.4.6.1:
* Hotfix for camera pipeline for Linux (V4L).
Changes in 2.4.6:
* Windows RT: added video file i/o and sample application using camera,
enabled parallelization with TBB or MS Concurrency
* CUDA 5.5: added support for desktop and ARM
* Added Qt 5 support
* Binary compatiblility with both OpenCL 1.1/1.2 platforms. Now the binaries
compiled with any of AMD/Intel/Nvidia's SDK can run on all other platforms.
* New functions ported, CLAHE, GoodFeaturesToTrack, TVL1 optical flow and more
* Performance optimizations, HOG and more.
* More kernel binary cache options though setBinaryDiskCache interface.
* OpenCL binaries are now included into the superpack for Windows (for VS2010
and VS2012 only)
* Switched all the remaining parallel loops from TBB-only
'tbb::parallel_for()' to universal 'cv::parallel_for_()' with many possible
backends (MS Concurrency, Apple's GDC, OpenMP, Intel TBB etc.)
* iOS build scripts (together with Android ones) moved to 'opencv/platforms'
directory
* Fixed bug with incorrect saved video from camera through CvVideoCamera
* Added 'rotateVideo' flag to the CvVideoCamera class to control camera
preview rotation on device rotation
* Added functions to convert between UIImage and cv::Mat (just include
opencv2/highgui/ios.h)
* Numerous bug-fixes across all the library
Diffstat (limited to 'graphics/opencv/Makefile')
-rw-r--r-- | graphics/opencv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 7a5a004a76d..7de0195287b 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2013/06/14 21:28:42 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2013/08/05 12:27:48 fhajny Exp $ -DISTNAME= opencv-2.4.5 +DISTNAME= opencv-2.4.6.1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencvlibrary/} |