Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id EA7A263BBEC for ; Sun, 15 Apr 2012 03:48:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8623B14A22C; Sun, 15 Apr 2012 03:49:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D987E14A211 for ; Sun, 15 Apr 2012 03:49:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TgiMwSCMWsNb for ; Sun, 15 Apr 2012 03:49:01 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 26A9914A20F for ; Sun, 15 Apr 2012 03:49:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1E277175DD; Sun, 15 Apr 2012 03:49:01 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 15 Apr 2012 03:49:01 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics/opencv To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20120415034901.1E277175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: markd Date: Sun Apr 15 03:49:01 UTC 2012 Modified Files: pkgsrc/graphics/opencv: Makefile PLIST distinfo pkgsrc/graphics/opencv/patches: patch-CMakeLists.txt Added Files: pkgsrc/graphics/opencv: options.mk Removed Files: pkgsrc/graphics/opencv/patches: patch-aa patch-ab Log Message: Update to 2.3.1 Add a python option (off by default). 2.3.1 (August, 2011) New Functionality and Features * Retina module has been contributed by Alexandre Benoit (in opencv_contrib module). * Planar subdivisions construction (Delaunay triangulation and Voronoi tesselation) have been ported to C++. See the new delaunay2.cpp sample. * Several new Python samples have been added. * FLANN in OpenCV has been upgraded to v1.6. Also, added Python bindings for FLANN. * We now support the latest FFMPEG (0.8.x) that features multi-threaded decoding. Reading videos in OpenCV has never been that fast. * Over 100 issues have been resolved since 2.3 release. 2.3 (July, 2011) Modifications and Improvements since 2.3rc * A few more bugs reported in the OpenCV bug tracker have been fixed. * Documentation has been improved a lot! 2.3rc (June, 2011) New Functionality, Features * Many functions and methods now take InputArray/OutputArray instead of "cv::Mat" references. It retains compatibility with the existing code and yet brings more natural support for STL vectors and potentially other "foreign" data structures to OpenCV. core: * LAPACK is not used by OpenCV anymore. * Arithmetic operations now support mixed-type operands and arbitrary number of channels. features2d: * Completely new patent-free BRIEF and ORB feature descriptors have been added. * Very fast LSH matcher for BRIEF and ORB descriptors will be added in 2.3.1. calib3d: * calibration.cpp sample. With the new pattern calibration accuracy is usually much higher. stitching: * opencv_stitching is a beta version of new application that makes a panorama out of a set of photos taken from the same point. python: * Now there are 2 extension modules: cv and cv2. cv2 includes wrappers for OpenCV 2.x functionality. opencv/samples/python2 contain a few samples demonstrating cv2 in use. * Over 250 issues have been resolved. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/opencv/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/opencv/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/opencv/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/opencv/options.mk cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/opencv/patches/patch-CMakeLists.txt cvs rdiff -u -r1.5 -r0 pkgsrc/graphics/opencv/patches/patch-aa \ pkgsrc/graphics/opencv/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.