OpenCV

OpenCV
Original author(s) Intel Corporation, Willow Garage, Itseez[1]
Initial release June 2000 (2000-06)
Stable release
3.1 / 21 December 2015 (2015-12-21)
Preview release
3.0.0 Beta / 11 November 2014 (2014-11-11)
Written in C/C++
Operating system Cross-platform
Size ~200 MB
Type Library
License BSD license
Website opencv.org,
sourceforge.net/projects/opencvlibrary/

OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time computer vision.[2] Originally developed by Intel's research center in Nizhny Novgorod (Russia), it was later supported by Willow Garage and is now maintained by Itseez.[1] The library is cross-platform and free for use under the open-source BSD license.

History

Officially launched in 1999, the OpenCV project was initially an Intel Research initiative to advance CPU-intensive applications, part of a series of projects including real-time ray tracing and 3D display walls. The main contributors to the project included a number of optimization experts in Intel Russia, as well as Intel’s Performance Library Team. In the early days of OpenCV, the goals of the project were described[3] as:

  • Advance vision research by providing not only open but also optimized code for basic vision infrastructure. No more reinventing the wheel.
  • Disseminate vision knowledge by providing a common infrastructure that developers could build on, so that code would be more readily readable and transferable.
  • Advance vision-based commercial applications by making portable, performance-optimized code available for free—with a license that did not require to be open or free themselves.

The first alpha version of OpenCV was released to the public at the IEEE Conference on Computer Vision and Pattern Recognition in 2000, and five betas were released between 2001 and 2005. The first 1.0 version was released in 2006. In mid-2008, OpenCV obtained corporate support from Willow Garage, and is now again under active development. A version 1.1 "pre-release" was released in October 2008.

The second major release of the OpenCV was on October 2009. OpenCV 2 includes major changes to the C++ interface, aiming at easier, more type-safe patterns, new functions, and better implementations for existing ones in terms of performance (especially on multi-core systems). Official releases now occur every six months[4] and development is now done by an independent Russian team supported by commercial corporations.

In August 2012, support for OpenCV was taken over by a non-profit foundation OpenCV.org, which maintains a developer[5] and user site.[6]

Applications

openFrameworks running the OpenCV add-on example

OpenCV's application areas include:

To support some of the above areas, OpenCV includes a statistical machine learning library that contains:

Programming language

OpenCV is written in C++ and its primary interface is in C++, but it still retains a less comprehensive though extensive older C interface. There are bindings in Python, Java and MATLAB/OCTAVE. The API for these interfaces can be found in the online documentation.[7] Wrappers in other languages such as C#, Perl,[8] Ch,[9] Haskell[10] and Ruby have been developed to encourage adoption by a wider audience.

All of the new developments and algorithms in OpenCV are now developed in the C++ interface.

Hardware acceleration

If the library finds Intel's Integrated Performance Primitives on the system, it will use these proprietary optimized routines to accelerate itself.

A CUDA-based GPU interface has been in progress since September 2010.[11]

An OpenCL-based GPU interface has been in progress since October 2012,[12] documentation for version 2.4.9.0 can be found at docs.opencv.org.[13]

OS support

OpenCV runs on a variety of platforms. Desktop: Windows, Linux, OS X, FreeBSD, NetBSD, OpenBSD; Mobile: Android, iOS, Maemo,[14] BlackBerry 10.[15] The user can get official releases from SourceForge or take the latest sources from GitHub.[16] OpenCV uses CMake.

See also

References

  1. 1 2 Itseez leads the development of the renowned computer vision library OpenCV. http://itseez.com
  2. Pulli, Kari; Baksheev, Anatoly; Kornyakov, Kirill; Eruhimov, Victor (1 April 2012). "Realtime Computer Vision with OpenCV". Queue. pp. 40:40–40:56. doi:10.1145/2181796.2206309.
  3. Bradski, Gary; Kaehler, Adrian (2008). Learning OpenCV: Computer vision with the OpenCV library. O'Reilly Media, Inc. p. 6.
  4. OpenCV change logs: http://code.opencv.org/projects/opencv/wiki/ChangeLog
  5. OpenCV Developer Site: http://code.opencv.org
  6. OpenCV User Site: http://opencv.org/
  7. OpenCV C interface: http://docs.opencv.org
  8. CPAN: http://search.cpan.org/~yuta/Cv-0.29/
  9. Ch OpenCV: http://www.softintegration.com/products/thirdparty/opencv/
  10. The haskell-opencv project on Github: https://github.com/LumiGuide/haskell-opencv
  11. Cuda GPU port: http://opencv.org/platforms/cuda.html
  12. OpenCL Announcement: http://opencv.org/opencv-v2-4-3rc-is-under-way.html
  13. OpenCL-accelerated Computer Vision API Reference: http://docs.opencv.org/modules/ocl/doc/ocl.html
  14. Maemo port: https://garage.maemo.org/projects/opencv
  15. BlackBerry 10 (partial port): https://github.com/blackberry/OpenCV
  16. https://github.com/Itseez/opencv
This article is issued from Wikipedia - version of the 10/21/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.