-->

Sabtu, 10 Maret 2018

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

OpenCV supports the deep learning frameworks TensorFlow, Torch/PyTorch and Caffe.

History




OpenCV 101: A Practical Guide to the Open Computer Vision Library (1 of 4) - Session 1 of OpenCV 101 short course: A quick start guide to OpenCV. This session was presented by LLNL staff scientist Matt Rever at the Edward Teller Education Center on Aug. 15, 2016. Abstract:...

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 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 code to be open or free itself.

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. A version 1.1 "pre-release" was released in October 2008.

The second major release of the OpenCV was in 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 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 and user site.

Applications


OpenCV - Wikipedia
OpenCV - Wikipedia. Source : en.wikipedia.org

OpenCV's application areas include:

  • 2D and 3D feature toolkits
  • Egomotion estimation
  • Facial recognition system
  • Gesture recognition
  • Humanâ€"computer interaction (HCI)
  • Mobile robotics
  • Motion understanding
  • Object identification
  • Segmentation and recognition
  • Stereopsis stereo vision: depth perception from 2 cameras
  • Structure from motion (SFM)
  • Motion tracking
  • Augmented reality

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

  • Boosting
  • Decision tree learning
  • Gradient boosting trees
  • Expectation-maximization algorithm
  • k-nearest neighbor algorithm
  • Naive Bayes classifier
  • Artificial neural networks
  • Random forest
  • Support vector machine (SVM)
  • Deep neural networks (DNN)

Programming language


Embedded Programming and Robotics Lesson 17 The OpenCV (Computer ...
Embedded Programming and Robotics Lesson 17 The OpenCV (Computer .... Source : slideplayer.com

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. Wrappers in other languages such as C#, Perl, Ch, Haskell 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


Cleaning Radar Images using Neural Nets & Computer Vision
Cleaning Radar Images using Neural Nets & Computer Vision. Source : blog.darksky.net

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.

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

OS support


OpenCV 3 Computer Vision Application Programming Cookbook - Third ...
OpenCV 3 Computer Vision Application Programming Cookbook - Third .... Source : www.packtpub.com

OpenCV runs on the following desktop operating systems: Windows, Linux, macOS, FreeBSD, NetBSD, OpenBSD. OpenCV runs on the following mobile operating systems: Android, iOS, Maemo, BlackBerry 10. The user can get official releases from SourceForge or take the latest sources from GitHub. OpenCV uses CMake.

See also


Learning OpenCV: Computer Vision with the OpenCV Library by Gary ...
Learning OpenCV: Computer Vision with the OpenCV Library by Gary .... Source : www.ebay.com

  • AForge.NET, a computer vision library for the Common Language Runtime (.NET Framework and Mono).
  • ROS (Robot Operating System). OpenCV is used as the primary vision package in ROS.
  • VXL, an alternative library written in C++.
  • Integrating Vision Toolkit (IVT), a fast and easy-to-use C++ library with an optional interface to OpenCV.
  • CVIPtools, a complete GUI-based computer-vision and image-processing software environment, with C function libraries, a COM-based DLL, along with two utility programs for algorithm development and batch processing.
  • OpenNN, an open-source neural networks library written in C++.

References


Learning OpenCV: Computer Vision with the OpenCV Library by Gary ...
Learning OpenCV: Computer Vision with the OpenCV Library by Gary .... Source : www.ebay.com


Learning OpenCV eBook by Gary Bradski - 9780596554040 | Rakuten Kobo
Learning OpenCV eBook by Gary Bradski - 9780596554040 | Rakuten Kobo. Source : www.kobo.com

 
Sponsored Links