OpenCV Monthly

What is new in OpenCV, particularly, what is new in the latest SVN updates


2/1/2010

In absolute numbers: 136 cxcore and cv functions and >1700 conditions have been covered during January. In total, cxcore and cv contain ~1950 functions and >28500 conditions.


12/31/09


12/4/09


11/4/09

Carsten Rother, Vladimir Kolmogorov, and Andrew Blake. GrabCut - Interactive Foreground Extraction using Iterated Graph Cuts. ACM Transactions on Graphics (SIGGRAPH), 2004


9/30/09

This latest OpenCV release, 2.0, is out!

The version 2.0 features:

and a lot more; please, see the Change Log.

Windows Installation Notes:

  1. The library is better to be installed to a directory without a space in its name, such as the default C:\OpenCV2.0 - otherwise (e.g. if you install it to C:\Program Files\OpenCV2.0) you may get compile errors. This is a limitation of the current build scripts.

  2. Due to many technical problems the installation package does not include pre-compiled OpenCV libraries for Visual Studio users.
    • Instead, it includes libraries built with MinGW 4.3.3 TDM-SJLJ.
      • They are good enough to run the C/C++ and Python samples and tests, but for developing your OpenCV-based applications using Visual Studio (or a Borland IDE, etc.) you need to build the libraries with your compiler using CMake, as explained here:

Procedure at a glance:

Known issues:

  1. Python 2.6 bindings for OpenCV are included within the package, but not installed.
    • You can copy the subdirectory opencv/Python2.6/Lib/site-packages into the respective directory of the Python installation.
    • This procedure will be automated in the next OpenCV update.
  2. Several (actually, most) SWIG-based Python samples do not work correctly now. The reason is this problem is being investigated and the intermediate update of the OpenCV Python package will be released as soon as the problem is sorted out.
  3. The library has not been tested on 64-bit Windows versions. But it is known to have some limitations in the highgui part, such as the lack of FFMPEG and DirectShow support.

  4. The library can be built with VS2003.NET, and all the tests pass, but DirectShow support (via videoInput library) is not included.

Differences between OpenCV-2.0.0-win32.exe and OpenCV-2.0.0a-win32.exe:

  1. Visual Studio 2003.NET is now supported
  2. Corrected bug in matrix routines that could produce incorrect results or even cause runtime errors.
  3. A few other minor changes to sync the content with the source package for Unix.

Linux Installation Notes:

At a glance:

Known issues:


8/31/09


7/22/09


6/12/09


5/09


4/09


3/09


2/09


12/08-1/09

http://opencvlibrary.svn.sourceforge.net/svnroot/opencvlibrary/tags/latest_tested_snapshot


Introduction

OpenCVMeetingNotes

OpenCVWiki: OpenCV Monthly (last edited 2010-02-01 19:52:52 by GaryBradski)