diff options
author | markd <markd@pkgsrc.org> | 2012-04-15 03:49:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-04-15 03:49:00 +0000 |
commit | 451ce4cee2b8e7767a020484a2468ef21ba685dd (patch) | |
tree | 0c96962c065fc54e09deb31dc98afd47f5b1fd71 /graphics/opencv/distinfo | |
parent | 4e5810dd7d1675e3ef4933fb190aded91727b9bc (diff) | |
download | pkgsrc-451ce4cee2b8e7767a020484a2468ef21ba685dd.tar.gz |
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.
Diffstat (limited to 'graphics/opencv/distinfo')
-rw-r--r-- | graphics/opencv/distinfo | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/opencv/distinfo b/graphics/opencv/distinfo index d675e0dce5a..fe534c73da3 100644 --- a/graphics/opencv/distinfo +++ b/graphics/opencv/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.9 2012/04/03 18:57:22 adam Exp $ +$NetBSD: distinfo,v 1.10 2012/04/15 03:49:00 markd Exp $ -SHA1 (OpenCV-2.2.0.tar.bz2) = 984ed71672d50391d0617fce2ef58e7590ec0fd7 -RMD160 (OpenCV-2.2.0.tar.bz2) = 57aedb7678964f43af3f1c838a8266c7b4869b01 -Size (OpenCV-2.2.0.tar.bz2) = 19800873 bytes -SHA1 (patch-CMakeLists.txt) = f9954b7bf2972d0cfa0a653e62b7a65147441bb9 -SHA1 (patch-aa) = 3a95649075b2ca94d39ced3c00da6a90b5834881 -SHA1 (patch-ab) = 66936658e5ec12c479c29388916edd399c7feca6 +SHA1 (OpenCV-2.3.1a.tar.bz2) = 9784e6824c5f677fac82ae83a2f366743adb3299 +RMD160 (OpenCV-2.3.1a.tar.bz2) = f2f459bf7c163acb90427db2b0b425ab8008cde5 +Size (OpenCV-2.3.1a.tar.bz2) = 32669613 bytes +SHA1 (patch-CMakeLists.txt) = eb27b6cf8877b22bce4a27b7c27e637f5f3b4c52 SHA1 (patch-modules_core_include_opencv2_core_core.hpp) = 3936d23ad51f82536bb73428754d131259b8bf05 |