Download List

Project Description

The Open Computer Vision Library is a collection
of algorithms and sample code for various computer
vision problems. The library is compatible with
IPL (Intel Image Processing Library) and utilizes
Intel Integrated Performance Primitives for better
performance.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-04 03:16
2.3.1

Many functions and methods now take InputArray/OutputArray instead of "cv::Mat" references. LAPACK was replaced by an implementation of Jacobi SVD, decreasing footprint and compile time, and improving performance and accuracy. New BRIEF and ORB feature descriptors were added. A new calibration pattern "circles grid" was added. A new experimental variational stereo correspondence algorithm StereoVar was added. Support for Ximea cameras was added. Python modules were enhanced. Various other enhancements were made. Documentation was improved. Many bugs were fixed.
Tags: Minor bugfixes, Major feature enhancements

2010-12-07 11:29
2.2

The library was reorganized into 12 smaller instead of 4 larger modules, while maintaining backward compatibility. An experimental CUDA acceleration module was added. Many improvements and enhancements were made. Bugs were fixed.
Tags: Major feature enhancements, Minor bugfixes

2010-09-27 21:54
2.1

All of OpenCV now uses exceptions instead of the old libc-style mechanism. Parallel loops in OpenCV were converted from OpenMP to Intel TBB. SWIG-based Python bindings are no longer supported, in favor of the new interface. More complete support for 64-bit OSes was implemented, including HighGUI. Dynamic host CPU detection was implemented. The GrabCut image segmentation algorithm was added. A better stereo correspondence algorithm (SGBM) was added. The gstreamer backend was improved. For build, autotools were completely replaced by CMake. Tons of bug fixes and test enhancements were made.

Tags: Major feature enhancements, Minor bugfixes

2009-10-04 03:06
2.0.0

A new C++ interface was added in addition to the existing OpenCV 1.x C API, bringing automatic memory management and many other advantages. A lot of new functionality, especially in the area of feature detectors and descriptors, was implemented. SSE2 optimization of many functions was made. The build system was modified to use CMake, and the directory structure was revised. The documentation was converted to LaTeX and improved.
Tags: Major feature enhancements

2006-11-07 15:20
1.0.0

This is the first stable version of OpenCV after
more than 6 years of development.
Tags: Initial freshmeat announcement

Project Resources